levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
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_base_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address field
Syntax
Show:
Summary
Declaration
from
lx_api.h:448
ULONG
*
lx_nor_flash_base_address
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
*
lx_nor_flash_base_address
;
lx_api.h:448
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
+
(
nor_flash
->
lx_nor_flash_words_per_block
*
erase_block
)
;
lx_nor_flash_block_reclaim.c:125
_lx_nor_flash_block_reclaim()
block_start_address
=
nor_flash
->
lx_nor_flash_base_address
+
(
block
*
nor_flash
->
lx_nor_flash_words_per_block
)
;
lx_nor_flash_driver_block_erase.c:96
_lx_nor_flash_driver_block_erase()
cache_offset
=
(
ULONG
)
(
flash_address
-
nor_flash
->
lx_nor_flash_base_address
)
;
lx_nor_flash_driver_read.c:158
_lx_nor_flash_driver_read()
cache_entry_start
=
nor_flash
->
lx_nor_flash_base_address
+
cache_offset
;
lx_nor_flash_driver_read.c:160
_lx_nor_flash_driver_read()
block_word_ptr
=
(
nor_flash
->
lx_nor_flash_base_address
+
(
i
*
nor_flash
->
lx_nor_flash_words_per_block
)
)
;
lx_nor_flash_logical_sector_find.c:228
_lx_nor_flash_logical_sector_find()
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
;
lx_nor_flash_next_block_to_erase_find.c:113
_lx_nor_flash_next_block_to_erase_find()
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
;
lx_nor_flash_open.c:217
_lx_nor_flash_open()
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
;
lx_nor_flash_open.c:286
_lx_nor_flash_open()
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
;
lx_nor_flash_open.c:347
_lx_nor_flash_open()
block_word_ptr
=
nor_flash
->
lx_nor_flash_base_address
+
(
search_block
*
nor_flash
->
lx_nor_flash_words_per_block
)
;
lx_nor_flash_physical_sector_allocate.c:125
_lx_nor_flash_physical_sector_allocate()
nor_flash
->
lx_nor_flash_base_address
=
(
ULONG
*
)
LX_NOR_SIMULATOR_FLASH_BASE_ADDRESS
;
lx_stm32_nor_simulator_driver.c:41
lx_stm32_nor_simulator_initialize()
mem_set
(
nor_flash
->
lx_nor_flash_base_address
,
0xff
,
LX_NOR_SIMULATOR_FLASH_SIZE
)
;
lx_stm32_nor_simulator_driver.c:45
lx_stm32_nor_simulator_initialize()
nor_flash
->
lx_nor_flash_base_address
=
0
;
lx_stm32_qspi_driver.c:91
lx_stm32_qspi_initialize()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
is written by 2 functions and is read by 8 functions:
lx_stm32_qspi_initialize()
lx_stm32_nor_simulator_initialize()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
_lx_nor_flash_block_reclaim()
_lx_nor_flash_driver_block_erase()
_lx_nor_flash_driver_read()
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_open()
_lx_nor_flash_physical_sector_allocate()
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out