levelx
LX_NOR_FLASH_BLOCK_HEADER
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_FLASH_BLOCK_HEADER
LX_NOR_FLASH_BLOCK_HEADER struct
Syntax
Show:
Summary
Declaration
from
lx_api.h:541
typedef
struct
LX_NOR_FLASH_BLOCK_HEADER_STRUCT
{
ULONG
lx_nor_flash_block_erase_count
;
ULONG
lx_nor_flash_block_min_logical_sector
;
ULONG
lx_nor_flash_block_max_logical_sector
;
}
LX_NOR_FLASH_BLOCK_HEADER
;
Fields
Field
Declared as
LX_NOR_FLASH_BLOCK_HEADER_STRUCT::lx_nor_flash_block_erase_count
ULONG
LX_NOR_FLASH_BLOCK_HEADER_STRUCT::lx_nor_flash_block_min_logical_sector
ULONG
LX_NOR_FLASH_BLOCK_HEADER_STRUCT::lx_nor_flash_block_max_logical_sector
ULONG
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
LX_NOR_FLASH_BLOCK_HEADER_STRUCT
lx_api.h:541
}
LX_NOR_FLASH_BLOCK_HEADER
;
lx_api.h:546
LX_NOR_FLASH_BLOCK_HEADER
nor_flash
->
lx_nor_flash_block_free_bit_map_offset
=
sizeof
(
LX_NOR_FLASH_BLOCK_HEADER
)
/
sizeof
(
ULONG
)
;
lx_nor_flash_open.c:143
_lx_nor_flash_open()
total_header_words
=
sizeof
(
LX_NOR_FLASH_BLOCK_HEADER
)
/
sizeof
(
ULONG
)
+
bit_map_words
+
sector_map_words
;
lx_nor_flash_open.c:163
_lx_nor_flash_open()
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