levelx
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
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_SECTOR_MAPPING_CACHE_ENTRY
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY struct
Syntax
Show:
Summary
Declaration
from
lx_api.h:420
typedef
struct
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT
{
ULONG
lx_nor_sector_mapping_cache_logical_sector
;
ULONG
*
lx_nor_sector_mapping_cache_physical_sector_map_entry
;
ULONG
*
lx_nor_sector_mapping_cache_physical_sector_address
;
}
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
;
Fields
Field
Declared as
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_logical_sector
ULONG
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_map_entry
ULONG
*
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_address
ULONG
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT
lx_api.h:420
}
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
;
lx_api.h:425
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
lx_api.h:491
LX_NOR_FLASH_STRUCT
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
*
sector_mapping_cache_entry_ptr
=
LX_NULL
;
lx_nor_flash_logical_sector_find.c:103
_lx_nor_flash_logical_sector_find()
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
temp_sector_mapping_cache_entry
;
lx_nor_flash_logical_sector_find.c:104
_lx_nor_flash_logical_sector_find()
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
*
sector_mapping_cache_entry_ptr
;
lx_nor_flash_sector_mapping_cache_invalidate.c:85
_lx_nor_flash_sector_mapping_cache_invalidate()
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY
*
sector_mapping_cache_entry_ptr
;
lx_nor_flash_sector_write.c:102
_lx_nor_flash_sector_write()
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
Instance
Scope
Location
Project
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache
LX_NOR_FLASH_STRUCT
lx_api.h:491
Lifecycle
from
examples
All items filtered out
All items filtered out