OpenOCD
|
Data Fields | |
const char * | device_str |
uint16_t | first_bank_size_kb |
uint32_t | flash_base |
uint32_t | fsize_base |
bool | has_dual_banks |
uint16_t | id |
uint16_t | max_flash_size_kb |
size_t | num_revs |
unsigned int | page_size |
unsigned int | pages_per_sector |
const struct stm32lx_rev * | revs |
const char* stm32lx_part_info::device_str |
Definition at line 106 of file stm32lx.c.
Referenced by stm32lx_probe().
uint16_t stm32lx_part_info::first_bank_size_kb |
Definition at line 112 of file stm32lx.c.
Referenced by stm32lx_probe(), and stm32lx_update_part_info().
uint32_t stm32lx_part_info::flash_base |
Definition at line 115 of file stm32lx.c.
Referenced by stm32lx_probe().
uint32_t stm32lx_part_info::fsize_base |
Definition at line 116 of file stm32lx.c.
Referenced by stm32lx_probe().
bool stm32lx_part_info::has_dual_banks |
Definition at line 113 of file stm32lx.c.
Referenced by stm32lx_probe(), and stm32lx_update_part_info().
uint16_t stm32lx_part_info::id |
Definition at line 105 of file stm32lx.c.
Referenced by stm32lx_probe(), and stm32lx_update_part_info().
uint16_t stm32lx_part_info::max_flash_size_kb |
Definition at line 111 of file stm32lx.c.
Referenced by stm32lx_probe().
unsigned int stm32lx_part_info::page_size |
Definition at line 109 of file stm32lx.c.
Referenced by stm32lx_erase_sector(), stm32lx_write(), and stm32lx_write_half_pages().
unsigned int stm32lx_part_info::pages_per_sector |
Definition at line 110 of file stm32lx.c.
Referenced by stm32lx_erase_sector().
const struct stm32lx_rev* stm32lx_part_info::revs |