OpenOCD
rp2040_flash_bank Struct Reference
Collaboration diagram for rp2040_flash_bank:

Data Fields

const struct flash_devicedev
 
uint16_t jump_connect_internal_flash
 
uint16_t jump_debug_trampoline
 
uint16_t jump_debug_trampoline_end
 
uint16_t jump_enter_cmd_xip
 
uint16_t jump_flash_exit_xip
 
uint16_t jump_flash_range_erase
 
uint16_t jump_flash_range_program
 
uint16_t jump_flush_cache
 
bool probed
 
struct working_areastack
 

Detailed Description

Definition at line 35 of file rp2040.c.

Field Documentation

◆ dev

const struct flash_device* rp2040_flash_bank::dev

Definition at line 50 of file rp2040.c.

◆ jump_connect_internal_flash

uint16_t rp2040_flash_bank::jump_connect_internal_flash

Definition at line 44 of file rp2040.c.

◆ jump_debug_trampoline

uint16_t rp2040_flash_bank::jump_debug_trampoline

Definition at line 41 of file rp2040.c.

◆ jump_debug_trampoline_end

uint16_t rp2040_flash_bank::jump_debug_trampoline_end

Definition at line 42 of file rp2040.c.

◆ jump_enter_cmd_xip

uint16_t rp2040_flash_bank::jump_enter_cmd_xip

Definition at line 48 of file rp2040.c.

◆ jump_flash_exit_xip

uint16_t rp2040_flash_bank::jump_flash_exit_xip

Definition at line 43 of file rp2040.c.

◆ jump_flash_range_erase

uint16_t rp2040_flash_bank::jump_flash_range_erase

Definition at line 45 of file rp2040.c.

◆ jump_flash_range_program

uint16_t rp2040_flash_bank::jump_flash_range_program

Definition at line 46 of file rp2040.c.

◆ jump_flush_cache

uint16_t rp2040_flash_bank::jump_flush_cache

Definition at line 47 of file rp2040.c.

◆ probed

bool rp2040_flash_bank::probed

Definition at line 37 of file rp2040.c.

◆ stack

struct working_area* rp2040_flash_bank::stack

Definition at line 39 of file rp2040.c.


The documentation for this struct was generated from the following file: