levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_free_block_search
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_free_block_search
LX_NOR_FLASH_STRUCT::lx_nor_flash_free_block_search field
Syntax
Show:
Summary
Declaration
from
lx_api.h:461
ULONG
lx_nor_flash_free_block_search
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
lx_nor_flash_free_block_search
;
lx_api.h:461
if
(
nor_flash
->
lx_nor_flash_free_block_search
==
erase_block
)
lx_nor_flash_block_reclaim.c:113
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_free_block_search
=
erase_block
+
1
;
lx_nor_flash_block_reclaim.c:117
_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:120
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_free_block_search
=
0
;
lx_nor_flash_block_reclaim.c:121
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_free_block_search
=
erase_block
+
1
;
lx_nor_flash_block_reclaim.c:294
_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()
nor_flash
->
lx_nor_flash_free_block_search
=
0
;
lx_nor_flash_block_reclaim.c:298
_lx_nor_flash_block_reclaim()
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()
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()
nor_flash
->
lx_nor_flash_free_block_search
=
l
;
lx_nor_flash_open.c:523
_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()
nor_flash
->
lx_nor_flash_free_block_search
=
0
;
lx_nor_flash_open.c:809
_lx_nor_flash_open()
search_block
=
nor_flash
->
lx_nor_flash_free_block_search
;
lx_nor_flash_physical_sector_allocate.c:118
_lx_nor_flash_physical_sector_allocate()
nor_flash
->
lx_nor_flash_free_block_search
=
search_block
;
lx_nor_flash_physical_sector_allocate.c:303
_lx_nor_flash_physical_sector_allocate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_free_block_search
is written by 3 functions and is read by 3 functions:
_lx_nor_flash_block_reclaim()
_lx_nor_flash_open()
_lx_nor_flash_physical_sector_allocate()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_free_block_search
_lx_nor_flash_block_reclaim()
_lx_nor_flash_open()
_lx_nor_flash_physical_sector_allocate()
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