levelx
LX_BLOCK_ERASE_COUNT_MAX
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_BLOCK_ERASE_COUNT_MAX
LX_BLOCK_ERASE_COUNT_MAX macro
Syntax
Show:
Summary
Declaration
from
lx_api.h:182
#define
LX_BLOCK_ERASE_COUNT_MAX
0x7FFFFFFF
Examples
References
from
examples
Code
Location
#define
LX_BLOCK_ERASE_COUNT_MAX
0x7FFFFFFF
lx_api.h:182
if
(
erase_count
>
(
(
ULONG
)
LX_BLOCK_ERASE_COUNT_MAX
)
)
lx_nor_flash_block_reclaim.c:164
erase_count
=
(
(
ULONG
)
LX_BLOCK_ERASE_COUNT_MAX
)
;
lx_nor_flash_block_reclaim.c:168
if
(
erase_count
>
(
(
ULONG
)
LX_BLOCK_ERASE_COUNT_MAX
)
)
lx_nor_flash_block_reclaim.c:496
erase_count
=
(
(
ULONG
)
LX_BLOCK_ERASE_COUNT_MAX
)
;
lx_nor_flash_block_reclaim.c:500
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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