levelx
lx_nor_simulator_block_erase()
is only used within levelx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
levelx
lx_nor_simulator_block_erase()
lx_nor_simulator_block_erase() function
Syntax
Show:
Summary
Declaration
Definition
from
lx_stm32_nor_simulator_driver.c:18
static
UINT
lx_nor_simulator_block_erase
(
ULONG
block
,
ULONG
erase_count
)
;
Implemented in
lx_stm32_nor_simulator_driver.c:85
Arguments
Argument
block
erase_count
Examples
References
from
examples
Code
Location
Referrer
static
UINT
lx_nor_simulator_block_erase
(
ULONG
block
,
ULONG
erase_count
)
lx_stm32_nor_simulator_driver.c:85
static
UINT
lx_nor_simulator_block_erase
(
ULONG
block
,
ULONG
erase_count
)
;
lx_stm32_nor_simulator_driver.c:18
nor_flash
->
lx_nor_flash_driver_block_erase
=
lx_nor_simulator_block_erase
;
lx_stm32_nor_simulator_driver.c:56
lx_stm32_nor_simulator_initialize()
Call Tree
from
examples
lx_nor_simulator_block_erase()
calls 1 function:
All items filtered out
lx_nor_simulator_block_erase()
mem_set()
All items filtered out
Data Use
from
examples
lx_nor_simulator_block_erase()
reads 1 variable and writes 1 variable:
words_per_block
All items filtered out
lx_nor_simulator_block_erase()
lx_stm32_nor_simulator_initialize()
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
lx_nor_simulator_block_erase()
is implemented by 1 functions:
All items filtered out
lx_nor_simulator_block_erase()
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_block_erase
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out