levelx
LX_NOR_PHYSICAL_SECTOR_VALID
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_PHYSICAL_SECTOR_VALID
LX_NOR_PHYSICAL_SECTOR_VALID macro
Syntax
Show:
Summary
Declaration
from
lx_api.h:237
#define
LX_NOR_PHYSICAL_SECTOR_VALID
0x80000000
Examples
References
from
examples
Code
Location
#define
LX_NOR_PHYSICAL_SECTOR_VALID
0x80000000
lx_api.h:237
if
(
list_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
lx_nor_flash_block_reclaim.c:276
new_mapping_entry
=
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
|
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
|
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_MAPPING_NOT_VALID
|
logical_sector
;
lx_nor_flash_block_reclaim.c:390
list_word
=
list_word
&
~
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
;
lx_nor_flash_block_reclaim.c:425
if
(
(
list_word
&
(
LX_NOR_PHYSICAL_SECTOR_VALID
|
LX_NOR_PHYSICAL_SECTOR_MAPPING_NOT_VALID
)
)
==
LX_NOR_PHYSICAL_SECTOR_VALID
)
lx_nor_flash_logical_sector_find.c:362
if
(
(
list_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
==
0
)
lx_nor_flash_next_block_to_erase_find.c:210
if
(
(
block_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
&&
(
(
block_word
&
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
==
0
)
)
lx_nor_flash_open.c:576
block_word
=
block_word
&
~
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
;
lx_nor_flash_open.c:601
if
(
(
block_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
==
0
)
lx_nor_flash_open.c:672
if
(
list_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
lx_nor_flash_physical_sector_allocate.c:241
mapping_entry
=
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
|
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
|
logical_sector
;
lx_nor_flash_sector_read.c:161
mapping_entry
=
mapping_entry
&
~
(
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
|
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
)
;
lx_nor_flash_sector_release.c:145
new_mapping_entry
=
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
|
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
|
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_MAPPING_NOT_VALID
)
|
logical_sector
;
lx_nor_flash_sector_write.c:227
old_mapping_entry
=
old_mapping_entry
&
~
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_VALID
)
;
lx_nor_flash_sector_write.c:281
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