levelx
LX_NOR_FLASH_STRUCT::lx_nor_flash_maximum_erase_count
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_maximum_erase_count
LX_NOR_FLASH_STRUCT::lx_nor_flash_maximum_erase_count field
Syntax
Show:
Summary
Declaration
from
lx_api.h:459
ULONG
lx_nor_flash_maximum_erase_count
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
lx_nor_flash_maximum_erase_count
;
lx_api.h:459
if
(
erase_count
>
nor_flash
->
lx_nor_flash_maximum_erase_count
)
lx_nor_flash_block_reclaim.c:172
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_maximum_erase_count
=
erase_count
;
lx_nor_flash_block_reclaim.c:176
_lx_nor_flash_block_reclaim()
if
(
erase_count
>
nor_flash
->
lx_nor_flash_maximum_erase_count
)
lx_nor_flash_block_reclaim.c:504
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_maximum_erase_count
=
erase_count
;
lx_nor_flash_block_reclaim.c:508
_lx_nor_flash_block_reclaim()
nor_flash
->
lx_nor_flash_maximum_erase_count
=
max_system_block_erase_count
;
lx_nor_flash_next_block_to_erase_find.c:290
_lx_nor_flash_next_block_to_erase_find()
nor_flash
->
lx_nor_flash_maximum_erase_count
=
1
;
lx_nor_flash_open.c:327
_lx_nor_flash_open()
nor_flash
->
lx_nor_flash_maximum_erase_count
=
max_erased_count
;
lx_nor_flash_open.c:802
_lx_nor_flash_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LX_NOR_FLASH_STRUCT::lx_nor_flash_maximum_erase_count
is written by 3 functions and is read by 1 function:
_lx_nor_flash_block_reclaim()
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_open()
All items filtered out
LX_NOR_FLASH_STRUCT::lx_nor_flash_maximum_erase_count
_lx_nor_flash_block_reclaim()
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