STM32469I-Discovery
+
0
/1 examples
SourceVu will show references to
QSPI_InfoTypeDef
from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
BSP
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32469I-Discovery
QSPI_InfoTypeDef
QSPI_InfoTypeDef struct
QSPI Info
Syntax
Show:
Summary
Declaration
from
stm32469i_discovery_qspi.h:92
typedef
struct
{
uint32_t
FlashSize
;
uint32_t
EraseSectorSize
;
uint32_t
EraseSectorsNumber
;
uint32_t
ProgPageSize
;
uint32_t
ProgPagesNumber
;
}
QSPI_InfoTypeDef
;
Fields
Field
Declared as
Description
QSPI_InfoTypeDef::FlashSize
uint32_t
Size of the flash.
QSPI_InfoTypeDef::EraseSectorSize
uint32_t
Size of sectors for the erase operation.
QSPI_InfoTypeDef::EraseSectorsNumber
uint32_t
Number of sectors for the erase operation.
QSPI_InfoTypeDef::ProgPageSize
uint32_t
Size of pages for the program operation.
QSPI_InfoTypeDef::ProgPagesNumber
uint32_t
Number of pages for the program operation.
Related Functions
Found 1 other functions taking a
QSPI_InfoTypeDef
argument:
Function
Description
BSP_QSPI_GetInfo()
Reads the configuration of the memory and fills QspiInfo struct
Examples
QSPI_InfoTypeDef
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