|
OpenOCD
|

Data Fields | |
| struct { | |
| bool probed | |
| int(* write )(struct flash_bank *bank, struct nrf51_info *chip, const uint8_t *buffer, uint32_t offset, uint32_t count) | |
| } | bank [2] |
| uint32_t | code_page_size |
| struct target * | target |
| struct { ... } nrf51_info::bank[2] |
Referenced by FLASH_BANK_COMMAND_HANDLER(), nrf51_bank_is_probed(), nrf51_probe(), and nrf51_write().
| uint32_t nrf51_info::code_page_size |
Definition at line 110 of file nrf51.c.
Referenced by nrf51_code_flash_write(), nrf51_find_sector_by_address(), nrf51_probe(), and nrf51_write_pages().
| bool nrf51_info::probed |
Definition at line 113 of file nrf51.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), nrf51_auto_probe(), nrf51_bank_is_probed(), nrf51_get_probed_chip_if_halted(), and nrf51_probe().
| struct target* nrf51_info::target |
Definition at line 118 of file nrf51.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), nrf51_erase_page(), nrf51_info(), nrf51_ll_flash_write(), nrf51_nvmc_erase_enable(), nrf51_nvmc_generic_erase(), nrf51_nvmc_read_only(), nrf51_nvmc_write_enable(), nrf51_probe(), nrf51_protect(), nrf51_protect_check(), and nrf51_wait_for_nvmc().
| int(* nrf51_info::write) (struct flash_bank *bank, struct nrf51_info *chip, const uint8_t *buffer, uint32_t offset, uint32_t count) |
Definition at line 114 of file nrf51.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), and nrf51_write().