OpenOCD
|
Data Structures | |
struct | nrf5_bank |
Data Fields | |
struct nrf5_info::nrf5_bank | bank [2] |
enum nrf5_features | features |
struct nrf52_ficr_info | ficr_info |
bool | ficr_info_valid |
unsigned int | flash_size_kb |
uint16_t | hwid |
unsigned int | ram_size_kb |
unsigned int | refcount |
const struct nrf5_device_spec * | spec |
struct target * | target |
struct nrf5_info::nrf5_bank nrf5_info::bank[2] |
Referenced by FLASH_BANK_COMMAND_HANDLER(), and nrf5_probe().
enum nrf5_features nrf5_info::features |
Definition at line 151 of file nrf5.c.
Referenced by COMMAND_HANDLER(), nrf5_erase(), nrf5_erase_page(), nrf5_probe(), nrf5_protect(), nrf5_protect_check(), nrf5_read_ficr_info(), and nrf5_write().
struct nrf52_ficr_info nrf5_info::ficr_info |
Definition at line 148 of file nrf5.c.
Referenced by get_nrf5_chip_type_str(), nrf5_probe(), and nrf5_read_ficr_info().
bool nrf5_info::ficr_info_valid |
Definition at line 148 of file nrf5.c.
Referenced by get_nrf5_chip_type_str(), nrf5_probe(), and nrf5_read_ficr_info().
unsigned int nrf5_info::flash_size_kb |
Definition at line 153 of file nrf5.c.
Referenced by nrf5_info(), and nrf5_probe().
uint16_t nrf5_info::hwid |
Definition at line 151 of file nrf5.c.
Referenced by get_nrf5_chip_type_str(), and nrf5_probe().
unsigned int nrf5_info::ram_size_kb |
Definition at line 154 of file nrf5.c.
Referenced by nrf5_info(), and nrf5_probe().
unsigned int nrf5_info::refcount |
Definition at line 139 of file nrf5.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), and nrf5_free_driver_priv().
const struct nrf5_device_spec* nrf5_info::spec |
Definition at line 150 of file nrf5.c.
Referenced by get_nrf5_chip_type_str(), and nrf5_probe().
struct target* nrf5_info::target |
Definition at line 145 of file nrf5.c.
Referenced by COMMAND_HANDLER(), FLASH_BANK_COMMAND_HANDLER(), nrf5_erase_page(), nrf5_ll_flash_write(), nrf5_nvmc_erase_enable(), nrf5_nvmc_generic_erase(), nrf5_nvmc_read_only(), nrf5_nvmc_write_enable(), nrf5_probe(), nrf5_protect_check_bprot(), nrf5_protect_check_clenr0(), nrf5_protect_clenr0(), nrf5_read_ficr_info(), and nrf5_wait_for_nvmc().