OpenOCD
|
Data Fields | |
bool | is_probed |
uint32_t | main_flash_sz |
uint8_t | protection |
uint32_t | row_sz |
uint32_t | silicon_id |
bool psoc6_target_info::is_probed |
Definition at line 81 of file psoc6.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), psoc6_auto_probe(), psoc6_get_info(), and psoc6_probe().
uint32_t psoc6_target_info::main_flash_sz |
Definition at line 79 of file psoc6.c.
Referenced by psoc6_get_info(), and psoc6_probe().
uint8_t psoc6_target_info::protection |
Definition at line 78 of file psoc6.c.
Referenced by protection_to_str(), psoc6_get_info(), and psoc6_protect_check().
uint32_t psoc6_target_info::row_sz |
Definition at line 80 of file psoc6.c.
Referenced by psoc6_erase(), psoc6_probe(), psoc6_program(), and psoc6_program_row().
uint32_t psoc6_target_info::silicon_id |
Definition at line 77 of file psoc6.c.
Referenced by psoc6_get_info(), and psoc6_protect_check().