OpenOCD
stm32l4_part_info Struct Reference
Collaboration diagram for stm32l4_part_info:

Data Fields

const char * device_str
 
const uint32_t flags
 
const uint32_t flash_regs_base
 
const uint32_t fsize_addr
 
uint16_t id
 
const uint16_t max_flash_size_kb
 
const size_t num_revs
 
const uint32_t otp_base
 
const uint32_t otp_size
 
const struct stm32l4_revrevs
 

Detailed Description

Definition at line 226 of file stm32l4x.c.

Field Documentation

◆ device_str

const char* stm32l4_part_info::device_str

Definition at line 228 of file stm32l4x.c.

Referenced by get_stm32l4_info(), and stm32l4_probe().

◆ flags

◆ flash_regs_base

const uint32_t stm32l4_part_info::flash_regs_base

Definition at line 233 of file stm32l4x.c.

Referenced by stm32l4_probe().

◆ fsize_addr

const uint32_t stm32l4_part_info::fsize_addr

Definition at line 234 of file stm32l4x.c.

Referenced by stm32l4_probe().

◆ id

uint16_t stm32l4_part_info::id

Definition at line 227 of file stm32l4x.c.

◆ max_flash_size_kb

const uint16_t stm32l4_part_info::max_flash_size_kb

Definition at line 231 of file stm32l4x.c.

Referenced by stm32l4_probe().

◆ num_revs

const size_t stm32l4_part_info::num_revs

Definition at line 230 of file stm32l4x.c.

Referenced by get_stm32l4_rev_str().

◆ otp_base

const uint32_t stm32l4_part_info::otp_base

Definition at line 235 of file stm32l4x.c.

Referenced by stm32l4_is_otp().

◆ otp_size

const uint32_t stm32l4_part_info::otp_size

Definition at line 236 of file stm32l4x.c.

Referenced by stm32l4_probe().

◆ revs

const struct stm32l4_rev* stm32l4_part_info::revs

Definition at line 229 of file stm32l4x.c.

Referenced by get_stm32l4_rev_str().


The documentation for this struct was generated from the following file: