words_per_block is only used within levelx.
 
Symbols
loading...
Files
loading...

words_per_block variable

Syntax

static ULONG words_per_block = (LX_NOR_SIMULATOR_SECTOR_SIZE * LX_NOR_SIMULATOR_SECTORS_PER_BLOCK) / sizeof(ULONG);

References

LocationReferrerText
lx_stm32_nor_simulator_driver.c:25
static ULONG words_per_block = (LX_NOR_SIMULATOR_SECTOR_SIZE * LX_NOR_SIMULATOR_SECTORS_PER_BLOCK) / sizeof(ULONG);
lx_stm32_nor_simulator_driver.c:50lx_stm32_nor_simulator_initialize()
lx_stm32_nor_simulator_driver.c:98lx_nor_simulator_block_erase()
mem_set((VOID *) pointer, 0xff, words_per_block * sizeof(ULONG));
lx_stm32_nor_simulator_driver.c:112lx_nor_simulator_block_erased_verify()
words = words_per_block;

Data Use

Functions reading words_per_block
words_per_block
Type of words_per_block
words_per_block
all items filtered out