stm32l4_flash_bank::user_bank_size is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32l4_flash_bank::user_bank_size

stm32l4_flash_bank::user_bank_size field

Syntax

uint32_t user_bank_size;

References

LocationReferrerText
stm32g4x.c:145
uint32_t user_bank_size;
stm32l4x.c:251
uint32_t user_bank_size;
stm32g4x.c:356stm32l4_flash_bank_command()
stm32l4_info->user_bank_size = bank->size;
stm32g4x.c:869stm32l4_probe()
if (stm32l4_info->user_bank_size) {
stm32g4x.c:870stm32l4_probe()
flash_size_in_kb = stm32l4_info->user_bank_size / 1024;
stm32l4x.c:708stm32l4_flash_bank_command()
stm32l4_info->user_bank_size = bank->size;
stm32l4x.c:1913stm32l4_probe()
if (stm32l4_info->user_bank_size) {
stm32l4x.c:1915stm32l4_probe()
flash_size_kb = stm32l4_info->user_bank_size / 1024;
stm32l4x.c:2096stm32l4_probe()
if (stm32l4_info->user_bank_size)

Data Use

Functions writing stm32l4_flash_bank::user_bank_size
Functions reading stm32l4_flash_bank::user_bank_size
stm32l4_flash_bank::user_bank_size
all items filtered out
Type of stm32l4_flash_bank::user_bank_size
stm32l4_flash_bank::user_bank_size
uint32_t
all items filtered out