OpenOCD
cc26xx_bank Struct Reference
Collaboration diagram for cc26xx_bank:

Data Fields

const uint8_t * algo_code
 
uint32_t algo_size
 
uint32_t algo_working_size
 
struct armv7m_algorithm armv7m_info
 
uint32_t buffer_addr [2]
 
uint32_t device_type
 
const char * family_name
 
uint32_t icepick_id
 
uint32_t params_addr [2]
 
bool probed
 
uint32_t sector_length
 
uint32_t user_id
 
struct working_areaworking_area
 

Detailed Description

Definition at line 21 of file cc26xx.c.

Field Documentation

◆ algo_code

const uint8_t* cc26xx_bank::algo_code

Definition at line 30 of file cc26xx.c.

Referenced by cc26xx_init(), and cc26xx_probe().

◆ algo_size

uint32_t cc26xx_bank::algo_size

Definition at line 31 of file cc26xx.c.

Referenced by cc26xx_init(), and cc26xx_probe().

◆ algo_working_size

uint32_t cc26xx_bank::algo_working_size

Definition at line 32 of file cc26xx.c.

Referenced by cc26xx_init(), and cc26xx_probe().

◆ armv7m_info

struct armv7m_algorithm cc26xx_bank::armv7m_info

Definition at line 28 of file cc26xx.c.

Referenced by cc26xx_init(), and cc26xx_quit().

◆ buffer_addr

uint32_t cc26xx_bank::buffer_addr[2]

Definition at line 33 of file cc26xx.c.

Referenced by cc26xx_probe(), and cc26xx_write().

◆ device_type

uint32_t cc26xx_bank::device_type

Definition at line 25 of file cc26xx.c.

Referenced by cc26xx_probe(), and FLASH_BANK_COMMAND_HANDLER().

◆ family_name

const char* cc26xx_bank::family_name

Definition at line 22 of file cc26xx.c.

Referenced by cc26xx_init(), cc26xx_wait_algo_done(), and FLASH_BANK_COMMAND_HANDLER().

◆ icepick_id

uint32_t cc26xx_bank::icepick_id

Definition at line 23 of file cc26xx.c.

Referenced by cc26xx_probe().

◆ params_addr

uint32_t cc26xx_bank::params_addr[2]

◆ probed

bool cc26xx_bank::probed

Definition at line 27 of file cc26xx.c.

Referenced by cc26xx_auto_probe(), and cc26xx_probe().

◆ sector_length

uint32_t cc26xx_bank::sector_length

Definition at line 26 of file cc26xx.c.

Referenced by cc26xx_erase(), cc26xx_probe(), cc26xx_write(), and FLASH_BANK_COMMAND_HANDLER().

◆ user_id

uint32_t cc26xx_bank::user_id

Definition at line 24 of file cc26xx.c.

Referenced by cc26xx_probe().

◆ working_area

struct working_area* cc26xx_bank::working_area

Definition at line 28 of file cc26xx.c.

Referenced by cc26xx_init(), and cc26xx_quit().


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