levelx
words_per_block
is only used within levelx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
levelx
words_per_block
words_per_block variable
Syntax
Show:
Summary
Declaration
from
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
)
;
Examples
References
from
examples
Code
Location
Referrer
static
ULONG
words_per_block
=
(
LX_NOR_SIMULATOR_SECTOR_SIZE
*
LX_NOR_SIMULATOR_SECTORS_PER_BLOCK
)
/
sizeof
(
ULONG
)
;
lx_stm32_nor_simulator_driver.c:25
nor_flash
->
lx_nor_flash_words_per_block
=
words_per_block
;
lx_stm32_nor_simulator_driver.c:50
lx_stm32_nor_simulator_initialize()
mem_set
(
(
VOID
*
)
pointer
,
0xff
,
words_per_block
*
sizeof
(
ULONG
)
)
;
lx_stm32_nor_simulator_driver.c:98
lx_nor_simulator_block_erase()
words
=
words_per_block
;
lx_stm32_nor_simulator_driver.c:112
lx_nor_simulator_block_erased_verify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
words_per_block
is read by 3 functions:
All items filtered out
words_per_block
lx_stm32_nor_simulator_initialize()
lx_nor_simulator_block_erase()
lx_nor_simulator_block_erased_verify()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out