STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define QSPI_FLAG_BUSY   QUADSPI_SR_BUSY
 
#define QSPI_FLAG_TO   QUADSPI_SR_TOF
 
#define QSPI_FLAG_SM   QUADSPI_SR_SMF
 
#define QSPI_FLAG_FT   QUADSPI_SR_FTF
 
#define QSPI_FLAG_TC   QUADSPI_SR_TCF
 
#define QSPI_FLAG_TE   QUADSPI_SR_TEF
 

Detailed Description

Macro Definition Documentation

#define QSPI_FLAG_BUSY   QUADSPI_SR_BUSY

Busy flag: operation is ongoing

Definition at line 394 of file stm32f7xx_hal_qspi.h.

#define QSPI_FLAG_FT   QUADSPI_SR_FTF

Fifo threshold flag: Fifo threshold reached or data left after read from memory is complete

Definition at line 397 of file stm32f7xx_hal_qspi.h.

#define QSPI_FLAG_SM   QUADSPI_SR_SMF

Status match flag: received data matches in autopolling mode

Definition at line 396 of file stm32f7xx_hal_qspi.h.

#define QSPI_FLAG_TC   QUADSPI_SR_TCF

Transfer complete flag: programmed number of data have been transferred or the transfer has been aborted

Definition at line 398 of file stm32f7xx_hal_qspi.h.

#define QSPI_FLAG_TE   QUADSPI_SR_TEF

Transfer error flag: invalid address is being accessed

Definition at line 399 of file stm32f7xx_hal_qspi.h.

#define QSPI_FLAG_TO   QUADSPI_SR_TOF

Timeout flag: timeout occurs in memory-mapped mode

Definition at line 395 of file stm32f7xx_hal_qspi.h.