| OpenOCD
    | 

| 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_rev * | revs | 
Definition at line 241 of file stm32l4x.c.
| const char* stm32l4_part_info::device_str | 
Definition at line 243 of file stm32l4x.c.
Referenced by get_stm32l4_info(), and stm32l4_probe().
| const uint32_t stm32l4_part_info::flags | 
Definition at line 247 of file stm32l4x.c.
Referenced by COMMAND_HANDLER(), stm32l4_auto_probe(), stm32l4_get_all_wrpxy(), stm32l4_mass_erase(), stm32l4_probe(), stm32l4_set_secbb(), stm32l4_sync_rdp_tzen(), stm32l4_write_one_wrpxy(), and stm32l4_write_option().
| const uint32_t stm32l4_part_info::flash_regs_base | 
Definition at line 248 of file stm32l4x.c.
Referenced by stm32l4_probe().
| const uint32_t stm32l4_part_info::fsize_addr | 
Definition at line 249 of file stm32l4x.c.
Referenced by stm32l4_probe().
| uint16_t stm32l4_part_info::id | 
Definition at line 242 of file stm32l4x.c.
| const uint16_t stm32l4_part_info::max_flash_size_kb | 
Definition at line 246 of file stm32l4x.c.
Referenced by stm32l4_probe().
| const size_t stm32l4_part_info::num_revs | 
Definition at line 245 of file stm32l4x.c.
Referenced by get_stm32l4_rev_str().
| const uint32_t stm32l4_part_info::otp_base | 
Definition at line 250 of file stm32l4x.c.
Referenced by stm32l4_is_otp().
| const uint32_t stm32l4_part_info::otp_size | 
Definition at line 251 of file stm32l4x.c.
Referenced by stm32l4_probe().
| const struct stm32l4_rev* stm32l4_part_info::revs | 
Definition at line 244 of file stm32l4x.c.
Referenced by get_stm32l4_rev_str().