OpenOCD
|
Data Fields | |
uint32_t | fcon_id |
bool | probed |
uint32_t | pw1 |
uint32_t | pw2 |
bool | pw_set |
bool | read_protected |
bool | write_prot_otp [MAX_XMC_SECTORS] |
bool xmc4xxx_flash_bank::probed |
Definition at line 212 of file xmc4xxx.c.
Referenced by xmc4xxx_erase(), xmc4xxx_probe(), and xmc4xxx_write().
uint32_t xmc4xxx_flash_bank::pw1 |
Definition at line 218 of file xmc4xxx.c.
Referenced by COMMAND_HANDLER(), xmc4xxx_flash_protect(), and xmc4xxx_temp_unprotect().
uint32_t xmc4xxx_flash_bank::pw2 |
Definition at line 219 of file xmc4xxx.c.
Referenced by COMMAND_HANDLER(), xmc4xxx_flash_protect(), and xmc4xxx_temp_unprotect().
bool xmc4xxx_flash_bank::pw_set |
Definition at line 220 of file xmc4xxx.c.
Referenced by COMMAND_HANDLER(), and xmc4xxx_protect().
bool xmc4xxx_flash_bank::read_protected |
Definition at line 223 of file xmc4xxx.c.
Referenced by xmc4xxx_get_info_command(), and xmc4xxx_protect_check().
bool xmc4xxx_flash_bank::write_prot_otp[MAX_XMC_SECTORS] |
Definition at line 225 of file xmc4xxx.c.
Referenced by xmc4xxx_get_info_command(), and xmc4xxx_protect_check().