sector_size is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

sector_size variable

Syntax

static const int sector_size = 0x10000;

References

LocationReferrerText
faux.c:22
static const int sector_size = 0x10000;
faux.c:49faux_flash_bank_command()
bank->num_sectors = bank->size/sector_size;
faux.c:53faux_flash_bank_command()
bank->sectors[i].size = sector_size;
faux.c:73faux_erase()
memset(info->memory + first*sector_size, 0xff, sector_size*(last-first + 1));

Data Use

Functions reading sector_size
sector_size