STM32L443xx HAL User Manual
|
Defines | |
#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 |
#define QSPI_FLAG_BUSY QUADSPI_SR_BUSY |
Busy flag: operation is ongoing
Definition at line 426 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_Abort(), HAL_QSPI_AutoPolling(), HAL_QSPI_AutoPolling_IT(), HAL_QSPI_Command(), HAL_QSPI_Command_IT(), HAL_QSPI_Init(), and HAL_QSPI_MemoryMapped().
#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 429 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_IRQHandler(), HAL_QSPI_Receive(), and HAL_QSPI_Transmit().
#define QSPI_FLAG_SM QUADSPI_SR_SMF |
Status match flag: received data matches in autopolling mode
Definition at line 428 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_AutoPolling(), HAL_QSPI_AutoPolling_IT(), and HAL_QSPI_IRQHandler().
#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 430 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_Abort(), HAL_QSPI_Abort_IT(), HAL_QSPI_Command(), HAL_QSPI_Command_IT(), HAL_QSPI_IRQHandler(), HAL_QSPI_Receive(), HAL_QSPI_Receive_DMA(), HAL_QSPI_Receive_IT(), HAL_QSPI_Transmit(), HAL_QSPI_Transmit_DMA(), HAL_QSPI_Transmit_IT(), and QSPI_DMAAbortCplt().
#define QSPI_FLAG_TE QUADSPI_SR_TEF |
Transfer error flag: invalid address is being accessed
Definition at line 431 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_AutoPolling_IT(), HAL_QSPI_Command_IT(), HAL_QSPI_IRQHandler(), HAL_QSPI_Receive_DMA(), HAL_QSPI_Receive_IT(), HAL_QSPI_Transmit_DMA(), and HAL_QSPI_Transmit_IT().
#define QSPI_FLAG_TO QUADSPI_SR_TOF |
Timeout flag: timeout occurs in memory-mapped mode
Definition at line 427 of file stm32l4xx_hal_qspi.h.
Referenced by HAL_QSPI_IRQHandler(), and HAL_QSPI_MemoryMapped().