levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_total_blocks
is only used within levelx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/3)...
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_total_blocks
LX_NOR_FLASH_STRUCT::lx_nor_flash_total_blocks field
Syntax
Show:
Summary
Declaration
from
lx_api.h:443
ULONG
lx_nor_flash_total_blocks
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
lx_nor_flash_total_blocks
;
lx_api.h:443
if
(
nor_flash
->
lx_nor_flash_free_block_search
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_block_reclaim.c:120
_lx_nor_flash_block_reclaim()
if
(
nor_flash
->
lx_nor_flash_free_block_search
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_block_reclaim.c:297
_lx_nor_flash_block_reclaim()
for
(
i
=
0
;
i
<
nor_flash
->
lx_nor_flash_total_blocks
;
i
++
)
lx_nor_flash_defragment.c:95
_lx_nor_flash_defragment()
total_blocks
=
nor_flash
->
lx_nor_flash_total_blocks
;
lx_nor_flash_logical_sector_find.c:221
_lx_nor_flash_logical_sector_find()
if
(
i
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_logical_sector_find.c:283
_lx_nor_flash_logical_sector_find()
if
(
i
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_logical_sector_find.c:465
_lx_nor_flash_logical_sector_find()
for
(
i
=
0
;
i
<
nor_flash
->
lx_nor_flash_total_blocks
;
i
++
)
lx_nor_flash_next_block_to_erase_find.c:140
_lx_nor_flash_next_block_to_erase_find()
nor_flash
->
lx_nor_flash_total_physical_sectors
=
nor_flash
->
lx_nor_flash_total_blocks
*
sectors_per_block
;
lx_nor_flash_open.c:193
_lx_nor_flash_open()
for
(
l
=
0
;
l
<
nor_flash
->
lx_nor_flash_total_blocks
;
l
++
)
lx_nor_flash_open.c:220
_lx_nor_flash_open()
for
(
l
=
0
;
l
<
nor_flash
->
lx_nor_flash_total_blocks
;
l
++
)
lx_nor_flash_open.c:289
_lx_nor_flash_open()
nor_flash
->
lx_nor_flash_free_block_search
=
nor_flash
->
lx_nor_flash_total_blocks
;
lx_nor_flash_open.c:343
_lx_nor_flash_open()
for
(
l
=
0
;
l
<
nor_flash
->
lx_nor_flash_total_blocks
;
l
++
)
lx_nor_flash_open.c:350
_lx_nor_flash_open()
if
(
nor_flash
->
lx_nor_flash_free_block_search
==
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_open.c:519
_lx_nor_flash_open()
if
(
nor_flash
->
lx_nor_flash_free_block_search
==
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_open.c:805
_lx_nor_flash_open()
if
(
max_blocks
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_partial_defragment.c:98
_lx_nor_flash_partial_defragment()
max_blocks
=
nor_flash
->
lx_nor_flash_total_blocks
;
lx_nor_flash_partial_defragment.c:102
_lx_nor_flash_partial_defragment()
for
(
i
=
0
;
i
<
nor_flash
->
lx_nor_flash_total_blocks
;
i
++
)
lx_nor_flash_physical_sector_allocate.c:121
_lx_nor_flash_physical_sector_allocate()
if
(
search_block
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_physical_sector_allocate.c:267
_lx_nor_flash_physical_sector_allocate()
if
(
search_block
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_physical_sector_allocate.c:327
_lx_nor_flash_physical_sector_allocate()
if
(
i
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_sector_release.c:188
_lx_nor_flash_sector_release()
if
(
i
>=
nor_flash
->
lx_nor_flash_total_blocks
)
lx_nor_flash_sector_write.c:124
_lx_nor_flash_sector_write()
nor_flash
->
lx_nor_flash_total_blocks
=
(
LX_NOR_SIMULATOR_FLASH_SIZE
/
(
LX_NOR_SIMULATOR_SECTOR_SIZE
*
LX_NOR_SIMULATOR_SECTORS_PER_BLOCK
)
)
;
lx_stm32_nor_simulator_driver.c:49
lx_stm32_nor_simulator_initialize()
nor_flash
->
lx_nor_flash_total_blocks
=
total_blocks
;
lx_stm32_qspi_driver.c:94
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_total_blocks
is written by 2 functions and is read by 9 functions:
lx_stm32_qspi_initialize()
lx_stm32_nor_simulator_initialize()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_total_blocks
_lx_nor_flash_block_reclaim()
_lx_nor_flash_defragment()
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_open()
_lx_nor_flash_partial_defragment()
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_sector_release()
_lx_nor_flash_sector_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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out