levelx
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
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_SUPERCEDED
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED macro
Syntax
Show:
Summary
Declaration
from
lx_api.h:238
#define
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
0x40000000
Examples
References
from
examples
Code
Location
#define
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
0x40000000
lx_api.h:238
list_word
=
list_word
&
~
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
;
lx_nor_flash_block_reclaim.c:373
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
else
if
(
list_word
&
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
lx_nor_flash_logical_sector_find.c:416
if
(
(
block_word
&
LX_NOR_PHYSICAL_SECTOR_VALID
)
&&
(
(
block_word
&
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
==
0
)
)
lx_nor_flash_open.c:576
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
old_mapping_entry
=
old_mapping_entry
&
~
(
(
ULONG
)
LX_NOR_PHYSICAL_SECTOR_SUPERCEDED
)
;
lx_nor_flash_sector_write.c:203
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
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