OpenOCD
|
Data Fields | |
char | device_package [4] |
uint8_t | device_revision |
bool | flash_locked |
uint16_t | flash_size_kb |
bool | need_init |
char | part_family |
uint16_t | part_number |
bool | probed |
char sim3x_info::device_package[4] |
Definition at line 128 of file sim3x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_flash_info(), and sim3x_read_deviceid().
uint8_t sim3x_info::device_revision |
Definition at line 127 of file sim3x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_flash_info(), and sim3x_read_deviceid().
bool sim3x_info::flash_locked |
Definition at line 131 of file sim3x.c.
Referenced by sim3x_flash_lock_check(), sim3x_flash_protect(), sim3x_flash_protect_check(), sim3x_flash_write(), and sim3x_probe().
uint16_t sim3x_info::flash_size_kb |
Definition at line 124 of file sim3x.c.
Referenced by sim3x_flash_info(), sim3x_parse_part_info(), sim3x_probe(), and sim3x_read_info().
bool sim3x_info::need_init |
Definition at line 130 of file sim3x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_auto_probe(), sim3x_flash_erase(), sim3x_flash_write(), sim3x_init(), and sim3x_probe().
char sim3x_info::part_family |
Definition at line 126 of file sim3x.c.
Referenced by sim3x_flash_info(), sim3x_parse_part_info(), and sim3x_read_deviceid().
uint16_t sim3x_info::part_number |
Definition at line 125 of file sim3x.c.
Referenced by sim3x_flash_info(), sim3x_parse_part_info(), and sim3x_read_deviceid().
bool sim3x_info::probed |
Definition at line 129 of file sim3x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), sim3x_auto_probe(), and sim3x_probe().