levelx
_lx_nor_flash_logical_sector_find()
is only used within levelx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
levelx
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_logical_sector_find() function
Syntax
Show:
Summary
Declaration
Definition
from
lx_api.h:641
UINT
_lx_nor_flash_logical_sector_find
(
LX_NOR_FLASH
*
nor_flash
,
ULONG
logical_sector
,
ULONG
superceded_check
,
ULONG
*
*
physical_sector_map_entry
,
ULONG
*
*
physical_sector_address
)
;
Implemented in
lx_nor_flash_logical_sector_find.c:90
Arguments
Argument
nor_flash
logical_sector
superceded_check
physical_sector_map_entry
physical_sector_address
Related Functions
Found 19 other functions taking a
LX_NOR_FLASH_STRUCT
argument:
Function
Description
_lx_nor_flash_system_error()
_lx_nor_flash_driver_write()
_lx_nor_flash_driver_read()
_lx_nor_flash_block_reclaim()
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_driver_block_erase()
_lx_nor_flash_sector_mapping_cache_invalidate()
lx_stm32_qspi_initialize()
initialize the OctoSPI memory
_lx_nor_flash_sector_read()
_lx_nor_flash_sector_write()
_lx_nor_flash_close()
_lx_nor_flash_open()
_lx_nor_flash_sector_release()
_lx_nor_flash_next_block_to_erase_find()
lx_stm32_nor_simulator_initialize()
_lx_nor_flash_defragment()
_lx_nor_flash_extended_cache_enable()
_lx_nor_flash_partial_defragment()
_lx_nor_flash_internal_error()
Examples
References
from
examples
Code
Location
Referrer
UINT
_lx_nor_flash_logical_sector_find
(
LX_NOR_FLASH
*
nor_flash
,
ULONG
logical_sector
,
ULONG
superceded_check
,
ULONG
*
*
physical_sector_map_entry
,
ULONG
*
*
physical_sector_address
)
lx_nor_flash_logical_sector_find.c:90
UINT
_lx_nor_flash_logical_sector_find
(
LX_NOR_FLASH
*
nor_flash
,
ULONG
logical_sector
,
ULONG
superceded_check
,
ULONG
*
*
physical_sector_map_entry
,
ULONG
*
*
physical_sector_address
)
;
lx_api.h:641
_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
_lx_nor_flash_open()
_lx_nor_flash_logical_sector_find
(
nor_flash
,
logical_sector
,
LX_FALSE
,
&
mapping_address
,
&
sector_address
)
;
lx_nor_flash_sector_read.c:108
_lx_nor_flash_sector_read()
_lx_nor_flash_logical_sector_find
(
nor_flash
,
logical_sector
,
LX_FALSE
,
&
mapping_address
,
&
sector_address
)
;
lx_nor_flash_sector_release.c:109
_lx_nor_flash_sector_release()
_lx_nor_flash_logical_sector_find
(
nor_flash
,
logical_sector
,
LX_FALSE
,
&
old_mapping_address
,
&
old_sector_address
)
;
lx_nor_flash_sector_write.c:136
_lx_nor_flash_sector_write()
Call Tree
from
examples
_lx_nor_flash_logical_sector_find()
is called by 4 functions and calls 2 functions:
_lx_nor_flash_open()
_lx_nor_flash_sector_read()
_lx_nor_flash_sector_release()
_lx_nor_flash_sector_write()
All items filtered out
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_driver_read()
_lx_nor_flash_system_error()
All items filtered out
Data Use
from
examples
_lx_nor_flash_logical_sector_find()
reads 16 variables and writes 7 variables:
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_logical_sector
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_map_entry
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_total_blocks
LX_NOR_FLASH_STRUCT::lx_nor_flash_words_per_block
LX_NOR_FLASH_STRUCT::lx_nor_flash_physical_sectors_per_block
LX_NOR_FLASH_STRUCT::lx_nor_flash_base_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_block_physical_sector_mapping_offset
LX_NOR_FLASH_STRUCT::lx_nor_flash_block_physical_sector_offset
LX_NOR_FLASH_STRUCT::lx_nor_flash_mapped_physical_sectors
LX_NOR_FLASH_STRUCT::lx_nor_flash_found_block_search
LX_NOR_FLASH_STRUCT::lx_nor_flash_found_sector_search
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache_hits
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache_misses
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache_enabled
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache
All items filtered out
_lx_nor_flash_logical_sector_find()
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_logical_sector
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_map_entry
LX_NOR_SECTOR_MAPPING_CACHE_ENTRY_STRUCT::lx_nor_sector_mapping_cache_physical_sector_address
LX_NOR_FLASH_STRUCT::lx_nor_flash_found_block_search
LX_NOR_FLASH_STRUCT::lx_nor_flash_found_sector_search
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache_hits
LX_NOR_FLASH_STRUCT::lx_nor_flash_sector_mapping_cache_misses
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