CMSIS + 0/27 examples
CodeScope will show references to QUADSPI_TypeDef from the following samples and libraries:
 
Symbols
loading...
Files
loading...

QUADSPI_TypeDef struct

QUAD Serial Peripheral Interface

Syntax

typedef struct {   __IO uint32_t CR;          __IO uint32_t DCR;         __IO uint32_t SR;          __IO uint32_t FCR;         __IO uint32_t DLR;         __IO uint32_t CCR;         __IO uint32_t AR;          __IO uint32_t ABR;         __IO uint32_t DR;          __IO uint32_t PSMKR;       __IO uint32_t PSMAR;       __IO uint32_t PIR;         __IO uint32_t LPTR;      } QUADSPI_TypeDef;

Fields

LPTR

QUADSPI Low Power Timeout register, Address offset: 0x30. Read more...

CR

QUADSPI Control register, Address offset: 0x00. Read more...

DCR

QUADSPI Device Configuration register, Address offset: 0x04. Read more...

SR

QUADSPI Status register, Address offset: 0x08. Read more...

FCR

QUADSPI Flag Clear register, Address offset: 0x0C. Read more...

DLR

QUADSPI Data Length register, Address offset: 0x10. Read more...

CCR

QUADSPI Communication Configuration register, Address offset: 0x14. Read more...

AR

QUADSPI Address register, Address offset: 0x18. Read more...

ABR

QUADSPI Alternate Bytes register, Address offset: 0x1C. Read more...

DR

QUADSPI Data register, Address offset: 0x20. Read more...

PSMKR

QUADSPI Polling Status Mask register, Address offset: 0x24. Read more...

PSMAR

QUADSPI Polling Status Match register, Address offset: 0x28. Read more...

PIR

QUADSPI Polling Interval register, Address offset: 0x2C. Read more...

Examples

QUADSPI_TypeDef is referenced by 27 libraries and example projects.