stm32lx_part_info is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

stm32lx_part_info struct

Syntax

struct stm32lx_part_info {     uint16_t id;     const char *device_str;     const struct stm32lx_rev *revs;     size_t num_revs;     unsigned int page_size;     unsigned int pages_per_sector;     uint16_t max_flash_size_kb;     uint16_t first_bank_size_kb;      bool has_dual_banks;     uint32_t flash_base;         uint32_t fsize_base;     };

Fields

id

No summary provided. Read more...

device_str

No summary provided. Read more...

revs

No summary provided. Read more...

num_revs

No summary provided. Read more...

page_size

No summary provided. Read more...

pages_per_sector

No summary provided. Read more...

max_flash_size_kb

No summary provided. Read more...

first_bank_size_kb

No summary provided. Read more...

has_dual_banks

No summary provided. Read more...

flash_base

No summary provided. Read more...

fsize_base

No summary provided. Read more...

References

LocationReferrerScopeText
stm32lx.c:104
struct stm32lx_part_info {
stm32lx.c:125stm32lx_flash_bank::part_infostm32lx_flash_bank
struct stm32lx_part_info part_info;
stm32lx.c:156stm32lx_parts
static const struct stm32lx_part_info stm32lx_parts[] = {
stm32lx.c:877stm32lx_get_info()::infostm32lx_get_info()
const struct stm32lx_part_info *info = &stm32lx_info->part_info;

Type Use

Variables of stm32lx_part_info type
stm32lx_get_info()::info
all items filtered out
stm32lx_part_info