OpenOCD
|
Data Fields | |
int | first |
int | last |
int | offset |
enum stm32l4_flash_reg_index | reg_idx |
bool | used |
uint32_t | value |
Definition at line 256 of file stm32l4x.c.
int stm32l4_wrp::first |
Definition at line 260 of file stm32l4x.c.
Referenced by COMMAND_HANDLER(), stm32l4_get_one_wrpxy(), stm32l4_protect_check(), stm32l4_protect_same_bank(), and stm32l4_write_one_wrpxy().
int stm32l4_wrp::last |
Definition at line 261 of file stm32l4x.c.
Referenced by COMMAND_HANDLER(), stm32l4_get_one_wrpxy(), stm32l4_protect_check(), stm32l4_protect_same_bank(), and stm32l4_write_one_wrpxy().
int stm32l4_wrp::offset |
Definition at line 262 of file stm32l4x.c.
Referenced by stm32l4_get_one_wrpxy(), stm32l4_protect_same_bank(), and stm32l4_write_one_wrpxy().
enum stm32l4_flash_reg_index stm32l4_wrp::reg_idx |
Definition at line 247 of file stm32l4x.c.
Referenced by stm32l4_get_one_wrpxy(), and stm32l4_write_one_wrpxy().
bool stm32l4_wrp::used |
Definition at line 259 of file stm32l4x.c.
Referenced by COMMAND_HANDLER(), stm32l4_get_one_wrpxy(), stm32l4_protect_check(), and stm32l4_protect_same_bank().
uint32_t stm32l4_wrp::value |
Definition at line 258 of file stm32l4x.c.
Referenced by stm32l4_get_one_wrpxy().