OpenOCD
|
Data Fields | |
bool | can_load_options |
uint8_t | default_rdp |
bool | has_boot_addr |
bool | has_dual_banks |
bool | has_extra_options |
bool | has_large_mem |
bool | has_optcr2_pcrop |
struct stm32x_options | option_bytes |
int | option_offset |
bool | otp_unlocked |
int | ppage_size |
bool | probed |
unsigned int | protection_bits |
uint32_t | register_base |
uint32_t | user_bank_size |
int | user_data_offset |
Definition at line 107 of file stm32f1x.c.
bool stm32x_flash_bank::can_load_options |
Definition at line 114 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), FLASH_BANK_COMMAND_HANDLER(), and stm32x_probe().
uint8_t stm32x_flash_bank::default_rdp |
Definition at line 116 of file stm32f1x.c.
Referenced by stm32x_erase_options(), stm32x_probe(), and stm32x_read_options().
bool stm32x_flash_bank::has_boot_addr |
Definition at line 194 of file stm32f2x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), stm32x_read_options(), and stm32x_write_options().
bool stm32x_flash_bank::has_dual_banks |
Definition at line 112 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), FLASH_BANK_COMMAND_HANDLER(), and stm32x_probe().
bool stm32x_flash_bank::has_extra_options |
Definition at line 193 of file stm32f2x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), stm32x_read_options(), and stm32x_write_options().
bool stm32x_flash_bank::has_large_mem |
Definition at line 192 of file stm32f2x.c.
Referenced by calculate_number_of_sectors(), stm32x_erase(), stm32x_mass_erase(), stm32x_probe(), stm32x_read_options(), and stm32x_write_options().
bool stm32x_flash_bank::has_optcr2_pcrop |
Definition at line 195 of file stm32f2x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), stm32x_read_options(), and stm32x_write_options().
struct stm32x_options stm32x_flash_bank::option_bytes |
Definition at line 104 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), stm32x_erase_options(), stm32x_protect(), stm32x_protect_check(), stm32x_read_options(), and stm32x_write_options().
int stm32x_flash_bank::option_offset |
Definition at line 118 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), and stm32x_read_options().
bool stm32x_flash_bank::otp_unlocked |
Definition at line 191 of file stm32f2x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), stm32x_is_otp_unlocked(), stm32x_otp_disable(), and stm32x_otp_enable().
int stm32x_flash_bank::ppage_size |
Definition at line 109 of file stm32f1x.c.
Referenced by stm32x_probe().
bool stm32x_flash_bank::probed |
Definition at line 110 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), FLASH_BANK_COMMAND_HANDLER(), stm32x_auto_probe(), and stm32x_probe().
unsigned int stm32x_flash_bank::protection_bits |
Definition at line 196 of file stm32f2x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), stm32x_read_options(), and stm32x_write_options().
uint32_t stm32x_flash_bank::register_base |
Definition at line 115 of file stm32f1x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), stm32x_check_operation_supported(), stm32x_get_flash_reg(), stm32x_probe(), and stm32x_write_block_async().
uint32_t stm32x_flash_bank::user_bank_size |
Definition at line 119 of file stm32f1x.c.
Referenced by FLASH_BANK_COMMAND_HANDLER(), and stm32x_probe().
int stm32x_flash_bank::user_data_offset |
Definition at line 117 of file stm32f1x.c.
Referenced by COMMAND_HANDLER(), stm32x_probe(), and stm32x_read_options().