levelx
_lx_nor_flash_system_error()
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_system_error()
_lx_nor_flash_system_error() function
Syntax
Show:
Summary
Declaration
Definition
from
lx_api.h:645
VOID
_lx_nor_flash_system_error
(
LX_NOR_FLASH
*
nor_flash
,
UINT
error_code
)
;
Implemented in
lx_nor_flash_system_error.c:80
Arguments
Argument
nor_flash
error_code
Related Functions
Found 19 other functions taking a
LX_NOR_FLASH_STRUCT
argument:
Function
Description
_lx_nor_flash_driver_write()
_lx_nor_flash_driver_read()
_lx_nor_flash_block_reclaim()
_lx_nor_flash_logical_sector_find()
_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
VOID
_lx_nor_flash_system_error
(
LX_NOR_FLASH
*
nor_flash
,
UINT
error_code
)
lx_nor_flash_system_error.c:80
VOID
_lx_nor_flash_system_error
(
LX_NOR_FLASH
*
nor_flash
,
UINT
error_code
)
;
lx_api.h:645
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:140
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:154
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:190
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:205
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:219
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:259
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:349
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:363
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:383
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:400
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:418
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:435
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_ALLOCATION_FAILED
)
;
lx_nor_flash_block_reclaim.c:445
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:472
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:486
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:522
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:537
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_block_reclaim.c:551
_lx_nor_flash_block_reclaim()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_logical_sector_find.c:246
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_logical_sector_find.c:264
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_logical_sector_find.c:325
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_next_block_to_erase_find.c:156
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_next_block_to_erase_find.c:193
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:241
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:302
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:319
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:366
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_INVALID_BLOCK
)
;
lx_nor_flash_open.c:386
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_INVALID_BLOCK
)
;
lx_nor_flash_open.c:408
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:425
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:442
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:457
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:471
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:501
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:557
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:609
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_INVALID_FORMAT
)
;
lx_nor_flash_open.c:621
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_INVALID_FORMAT
)
;
lx_nor_flash_open.c:646
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:661
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:700
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
LX_SYSTEM_INVALID_FORMAT
)
;
lx_nor_flash_open.c:728
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_open.c:739
_lx_nor_flash_open()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:144
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:178
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:196
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:233
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:282
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_physical_sector_allocate.c:295
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_read.c:124
_lx_nor_flash_sector_read()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_read.c:157
_lx_nor_flash_sector_read()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_read.c:171
_lx_nor_flash_sector_read()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_release.c:130
_lx_nor_flash_sector_release()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_release.c:155
_lx_nor_flash_sector_release()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:158
_lx_nor_flash_sector_write()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:189
_lx_nor_flash_sector_write()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:213
_lx_nor_flash_sector_write()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:237
_lx_nor_flash_sector_write()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:261
_lx_nor_flash_sector_write()
_lx_nor_flash_system_error
(
nor_flash
,
status
)
;
lx_nor_flash_sector_write.c:291
_lx_nor_flash_sector_write()
Call Tree
from
examples
_lx_nor_flash_system_error()
is called by 8 functions and calls 1 function:
_lx_nor_flash_block_reclaim()
_lx_nor_flash_logical_sector_find()
_lx_nor_flash_next_block_to_erase_find()
_lx_nor_flash_open()
_lx_nor_flash_physical_sector_allocate()
_lx_nor_flash_sector_read()
_lx_nor_flash_sector_release()
_lx_nor_flash_sector_write()
All items filtered out
_lx_nor_flash_system_error()
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_system_error
All items filtered out
Data Use
from
examples
_lx_nor_flash_system_error()
reads 2 variables and writes 2 variables:
LX_NOR_FLASH_STRUCT::lx_nor_flash_diagnostic_system_errors
LX_NOR_FLASH_STRUCT::lx_nor_flash_driver_system_error
All items filtered out
_lx_nor_flash_system_error()
LX_NOR_FLASH_STRUCT::lx_nor_flash_diagnostic_system_errors
LX_NOR_FLASH_STRUCT::lx_nor_flash_diagnostic_system_error
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