npcx_flash_bank::sector_length is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnpcx_flash_bank::sector_length

npcx_flash_bank::sector_length field

Syntax

uint32_t sector_length;

References

LocationReferrerText
npcx.c:36
uint32_t sector_length;
npcx.c:268npcx_probe()
npcx_bank->sector_length = sector_length;
npcx.c:330npcx_flash_bank_command()
npcx_bank->sector_length = NPCX_FLASH_ERASE_SIZE;
npcx.c:403npcx_erase()
uint32_t address = first * npcx_bank->sector_length;
npcx.c:404npcx_erase()
uint32_t length = (last - first + 1) * npcx_bank->sector_length;

Data Use

Functions writing npcx_flash_bank::sector_length
Functions reading npcx_flash_bank::sector_length
npcx_flash_bank::sector_length
all items filtered out
Type of npcx_flash_bank::sector_length
npcx_flash_bank::sector_length
uint32_t
all items filtered out