levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write
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_write
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write field
Syntax
Show:
Summary
Declaration
from
lx_api.h:484
UINT
(
*
lx_nor_flash_driver_write
)
(
ULONG
*
flash_address
,
ULONG
*
source
,
ULONG
words
)
;
Examples
References
from
examples
Code
Location
Referrer
UINT
(
*
lx_nor_flash_driver_write
)
(
ULONG
*
flash_address
,
ULONG
*
source
,
ULONG
words
)
;
lx_api.h:484
status
=
(
nor_flash
->
lx_nor_flash_driver_write
)
(
flash_address
,
source
,
words
)
;
lx_nor_flash_driver_write.c:129
_lx_nor_flash_driver_write()
nor_flash
->
lx_nor_flash_driver_write
=
lx_nor_simulator_write
;
lx_stm32_nor_simulator_driver.c:54
lx_stm32_nor_simulator_initialize()
nor_flash
->
lx_nor_flash_driver_write
=
lx_qspi_driver_write_sector
;
lx_stm32_qspi_driver.c:98
lx_stm32_qspi_initialize()
Call Tree
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write
is called by 1 function:
_lx_nor_flash_driver_write()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write
All items filtered out
Data Use
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write
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_write
_lx_nor_flash_driver_write()
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_write
implements 2 functionss:
lx_qspi_driver_write_sector()
lx_nor_simulator_write()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_write
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out