levelx
lx_nor_simulator_read()
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_read()
lx_nor_simulator_read() function
Syntax
Show:
Summary
Declaration
Definition
from
lx_stm32_nor_simulator_driver.c:15
static
UINT
lx_nor_simulator_read
(
ULONG
*
flash_address
,
ULONG
*
destination
,
ULONG
words
)
;
Implemented in
lx_stm32_nor_simulator_driver.c:68
Arguments
Argument
flash_address
destination
words
Examples
References
from
examples
Code
Location
Referrer
static
UINT
lx_nor_simulator_read
(
ULONG
*
flash_address
,
ULONG
*
destination
,
ULONG
words
)
lx_stm32_nor_simulator_driver.c:68
static
UINT
lx_nor_simulator_read
(
ULONG
*
flash_address
,
ULONG
*
destination
,
ULONG
words
)
;
lx_stm32_nor_simulator_driver.c:15
nor_flash
->
lx_nor_flash_driver_read
=
lx_nor_simulator_read
;
lx_stm32_nor_simulator_driver.c:53
lx_stm32_nor_simulator_initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lx_nor_simulator_read()
writes 1 variable:
All items filtered out
lx_nor_simulator_read()
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_read()
is implemented by 1 functions:
All items filtered out
lx_nor_simulator_read()
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out