STM32469I-Discovery + 0/1 examples
CodeScope will show references to QSPI_InfoTypeDef from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
 
Symbols
loading...
Files
loading...

QSPI_InfoTypeDef struct

QSPI Info

Syntax

typedef struct {   uint32_t FlashSize;             uint32_t EraseSectorSize;       uint32_t EraseSectorsNumber;    uint32_t ProgPageSize;          uint32_t ProgPagesNumber;     } QSPI_InfoTypeDef;

Fields

FlashSize

Size of the flash. Read more...

EraseSectorSize

Size of sectors for the erase operation. Read more...

EraseSectorsNumber

Number of sectors for the erase operation. Read more...

ProgPageSize

Size of pages for the program operation. Read more...

ProgPagesNumber

Number of pages for the program operation. Read more...

Examples

QSPI_InfoTypeDef is referenced by 1 libraries and example projects.