stm32l4_part_info::bank1_sectors is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstm32l4_part_info::bank1_sectors

stm32l4_part_info::bank1_sectors field

Syntax

uint16_t bank1_sectors;

References

LocationReferrerText
stm32g4x.c:135
uint16_t bank1_sectors;
stm32g4x.c:204
.bank1_sectors = 256,
stm32g4x.c:217
.bank1_sectors = 128,
stm32g4x.c:230
.bank1_sectors = 256,
stm32g4x.c:243
.bank1_sectors = 256,
stm32g4x.c:256
.bank1_sectors = 256,
stm32g4x.c:269
.bank1_sectors = 256,
stm32g4x.c:282
.bank1_sectors = 64,
stm32g4x.c:295
.bank1_sectors = 64,
stm32g4x.c:308
.bank1_sectors = 32,
stm32g4x.c:321
.bank1_sectors = 64,
stm32g4x.c:334
.bank1_sectors = 128,
stm32g4x.c:537stm32l4_protect_check()
if (i < part_info->bank1_sectors) {
stm32g4x.c:547stm32l4_protect_check()
snb = i - part_info->bank1_sectors;
stm32g4x.c:594stm32l4_erase()
if (i >= part_info->bank1_sectors) {
stm32g4x.c:596stm32l4_erase()
snb = i - part_info->bank1_sectors;
stm32g4x.c:632stm32l4_protect()
if (last >= part_info->bank1_sectors) {
stm32g4x.c:634stm32l4_protect()
uint8_t begin = first > part_info->bank1_sectors ? first : 0x00;
stm32g4x.c:642stm32l4_protect()
if (first < part_info->bank1_sectors) {
stm32g4x.c:644stm32l4_protect()
uint8_t end = last >= part_info->bank1_sectors ? 0xFF : last;
stm32g4x.c:863stm32l4_probe()
part_info->bank1_sectors = ((flash_size_in_kb * 1024) / part_info->page_size) / 2;
stm32g4x.c:865stm32l4_probe()
- part_info->bank1_sectors;

Data Use

Functions writing stm32l4_part_info::bank1_sectors
Functions reading stm32l4_part_info::bank1_sectors
all items filtered out
stm32l4_part_info::bank1_sectors
Type of stm32l4_part_info::bank1_sectors
stm32l4_part_info::bank1_sectors
uint16_t
all items filtered out