STM32F413H-Discovery
+
0
/1 examples
SourceVu will show references to
QSPI_Info
from the following samples and libraries:
Examples
STM32F413H-Discovery
Examples
BSP
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
STM32F413H-Discovery
QSPI_Info
QSPI_Info struct
Syntax
Show:
Summary
Declaration
from
stm32f413h_discovery_qspi.h:107
typedef
struct
{
uint32_t
FlashSize
;
uint32_t
EraseSectorSize
;
uint32_t
EraseSectorsNumber
;
uint32_t
ProgPageSize
;
uint32_t
ProgPagesNumber
;
}
QSPI_Info
;
Fields
Field
Declared as
Description
QSPI_Info::FlashSize
uint32_t
Size of the flash.
QSPI_Info::EraseSectorSize
uint32_t
Size of sectors for the erase operation.
QSPI_Info::EraseSectorsNumber
uint32_t
Number of sectors for the erase operation.
QSPI_Info::ProgPageSize
uint32_t
Size of pages for the program operation.
QSPI_Info::ProgPagesNumber
uint32_t
Number of pages for the program operation.
Examples
QSPI_Info
is referenced by 1 libraries and example projects:
References
from
examples
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