levelx
LX_NOR_LOGICAL_SECTOR_MASK
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_LOGICAL_SECTOR_MASK
LX_NOR_LOGICAL_SECTOR_MASK macro
Syntax
Show:
Summary
Declaration
from
lx_api.h:240
#define
LX_NOR_LOGICAL_SECTOR_MASK
0x1FFFFFFF
Examples
References
from
examples
Code
Location
#define
LX_NOR_LOGICAL_SECTOR_MASK
0x1FFFFFFF
lx_api.h:240
logical_sector
=
list_word
&
LX_NOR_LOGICAL_SECTOR_MASK
;
lx_nor_flash_block_reclaim.c:280
if
(
(
list_word
&
LX_NOR_LOGICAL_SECTOR_MASK
)
==
logical_sector
)
lx_nor_flash_logical_sector_find.c:369
if
(
(
block_word
&
LX_NOR_LOGICAL_SECTOR_MASK
)
!=
LX_NOR_LOGICAL_SECTOR_MASK
)
lx_nor_flash_open.c:571
_lx_nor_flash_logical_sector_find
(
nor_flash
,
(
block_word
&
LX_NOR_LOGICAL_SECTOR_MASK
)
,
LX_TRUE
,
&
new_map_entry
,
&
new_sector_address
)
;
lx_nor_flash_open.c:591
list_word
=
list_word
&
LX_NOR_LOGICAL_SECTOR_MASK
;
lx_nor_flash_physical_sector_allocate.c:245
if
(
list_word
!=
LX_NOR_LOGICAL_SECTOR_MASK
)
lx_nor_flash_physical_sector_allocate.c:252
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