sector_size_in_kb() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

sector_size_in_kb() function

Syntax

static uint16_t sector_size_in_kb(unsigned int i,     uint16_t max_sector_size_in_kb);

Arguments

i

max_sector_size_in_kb

References

LocationReferrerText
stm32f2x.c:905
static uint16_t sector_size_in_kb(unsigned int i, uint16_t max_sector_size_in_kb)
stm32f2x.c:927calculate_number_of_sectors()
uint16_t size_in_kb = sector_size_in_kb(nr_sectors, max_sector_size_in_kb);
stm32f2x.c:947setup_bank()
uint16_t size_in_kb = sector_size_in_kb(sector_index, max_sector_size_in_kb);

Call Tree

Functions calling sector_size_in_kb()
sector_size_in_kb()
Data read by sector_size_in_kb()
sector_size_in_kb()
Type of sector_size_in_kb()
sector_size_in_kb()
uint16_t
all items filtered out