OpenOCD
|
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_area * | working_area |
const uint8_t* cc26xx_bank::algo_code |
Definition at line 30 of file cc26xx.c.
Referenced by cc26xx_init(), and cc26xx_probe().
uint32_t cc26xx_bank::algo_size |
Definition at line 31 of file cc26xx.c.
Referenced by cc26xx_init(), and cc26xx_probe().
uint32_t cc26xx_bank::algo_working_size |
Definition at line 32 of file cc26xx.c.
Referenced by cc26xx_init(), and cc26xx_probe().
struct armv7m_algorithm cc26xx_bank::armv7m_info |
Definition at line 28 of file cc26xx.c.
Referenced by cc26xx_init(), and cc26xx_quit().
uint32_t cc26xx_bank::buffer_addr[2] |
Definition at line 33 of file cc26xx.c.
Referenced by cc26xx_probe(), and cc26xx_write().
uint32_t cc26xx_bank::device_type |
Definition at line 25 of file cc26xx.c.
Referenced by cc26xx_probe(), and FLASH_BANK_COMMAND_HANDLER().
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().
uint32_t cc26xx_bank::icepick_id |
Definition at line 23 of file cc26xx.c.
Referenced by cc26xx_probe().
uint32_t cc26xx_bank::params_addr[2] |
Definition at line 34 of file cc26xx.c.
Referenced by cc26xx_erase(), cc26xx_mass_erase(), cc26xx_probe(), cc26xx_wait_algo_done(), and cc26xx_write().
bool cc26xx_bank::probed |
Definition at line 27 of file cc26xx.c.
Referenced by cc26xx_auto_probe(), and cc26xx_probe().
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().
uint32_t cc26xx_bank::user_id |
Definition at line 24 of file cc26xx.c.
Referenced by cc26xx_probe().
struct working_area* cc26xx_bank::working_area |
Definition at line 28 of file cc26xx.c.
Referenced by cc26xx_init(), and cc26xx_quit().