cc26xx_bank is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

cc26xx_bank struct

Syntax

struct cc26xx_bank {     const char *family_name;     uint32_t icepick_id;     uint32_t user_id;     uint32_t device_type;     uint32_t sector_length;     bool probed;     struct working_area *working_area;     struct armv7m_algorithm armv7m_info;     const uint8_t *algo_code;     uint32_t algo_size;     uint32_t algo_working_size;     uint32_t buffer_addr[2];     uint32_t params_addr[2]; };

Fields

family_name

No summary provided. Read more...

icepick_id

No summary provided. Read more...

user_id

No summary provided. Read more...

device_type

No summary provided. Read more...

sector_length

No summary provided. Read more...

probed

No summary provided. Read more...

working_area

No summary provided. Read more...

armv7m_info

No summary provided. Read more...

algo_code

No summary provided. Read more...

algo_size

No summary provided. Read more...

algo_working_size

No summary provided. Read more...

buffer_addr

No summary provided. Read more...

params_addr

No summary provided. Read more...

References

LocationReferrerScopeText
cc26xx.c:21
struct cc26xx_bank {
cc26xx.c:99cc26xx_wait_algo_done()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:132cc26xx_init()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:191cc26xx_quit()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:211cc26xx_mass_erase()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:247cc26xx_flash_bank_command()
struct cc26xx_bank *cc26xx_bank;
cc26xx.c:252cc26xx_flash_bank_command()
cc26xx_bank = malloc(sizeof(struct cc26xx_bank));
cc26xx.c:257cc26xx_flash_bank_command()
memset((void *)cc26xx_bank, 0x00, sizeof(struct cc26xx_bank));
cc26xx.c:272cc26xx_erase()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:321cc26xx_write()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:404cc26xx_probe()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:492cc26xx_auto_probe()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;
cc26xx.c:504cc26xx_info()
struct cc26xx_bank *cc26xx_bank = bank->driver_priv;

Type Use

Variables of cc26xx_bank type
cc26xx_wait_algo_done()::cc26xx_bank
cc26xx_init()::cc26xx_bank
cc26xx_quit()::cc26xx_bank
cc26xx_mass_erase()::cc26xx_bank
cc26xx_flash_bank_command()::cc26xx_bank
cc26xx_erase()::cc26xx_bank
cc26xx_write()::cc26xx_bank
cc26xx_probe()::cc26xx_bank
cc26xx_auto_probe()::cc26xx_bank
cc26xx_info()::cc26xx_bank
all items filtered out
cc26xx_bank
Allocators of cc26xx_bank
all items filtered out
cc26xx_bank