levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
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
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read field
Syntax
Show:
Summary
Declaration
from
lx_api.h:483
UINT
(
*
lx_nor_flash_driver_read
)
(
ULONG
*
flash_address
,
ULONG
*
destination
,
ULONG
words
)
;
Examples
References
from
examples
Code
Location
Referrer
UINT
(
*
lx_nor_flash_driver_read
)
(
ULONG
*
flash_address
,
ULONG
*
destination
,
ULONG
words
)
;
lx_api.h:483
status
=
(
nor_flash
->
lx_nor_flash_driver_read
)
(
cache_entry_start
,
lx_nor_flash_driver_read.c:163
_lx_nor_flash_driver_read()
status
=
(
nor_flash
->
lx_nor_flash_driver_read
)
(
flash_address
,
destination
,
words
)
;
lx_nor_flash_driver_read.c:194
_lx_nor_flash_driver_read()
nor_flash
->
lx_nor_flash_driver_read
=
lx_nor_simulator_read
;
lx_stm32_nor_simulator_driver.c:53
lx_stm32_nor_simulator_initialize()
nor_flash
->
lx_nor_flash_driver_read
=
lx_qspi_driver_read_sector
;
lx_stm32_qspi_driver.c:97
lx_stm32_qspi_initialize()
Call Tree
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
is called by 1 function:
_lx_nor_flash_driver_read()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
All items filtered out
Data Use
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
is written by 2 functions and is read by 1 function:
lx_stm32_qspi_initialize()
lx_stm32_nor_simulator_initialize()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_read
_lx_nor_flash_driver_read()
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_FLASH_STRUCT::lx_nor_flash_driver_read
implements 2 functionss:
lx_qspi_driver_read_sector()
lx_nor_simulator_read()
All items filtered out
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