STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_QSPI_ERROR_NONE 0x00000000U |
#define | HAL_QSPI_ERROR_TIMEOUT 0x00000001U |
#define | HAL_QSPI_ERROR_TRANSFER 0x00000002U |
#define | HAL_QSPI_ERROR_DMA 0x00000004U |
#define | HAL_QSPI_ERROR_INVALID_PARAM 0x00000008U |
#define | HAL_QSPI_ERROR_INVALID_CALLBACK 0x00000010U |
#define HAL_QSPI_ERROR_DMA 0x00000004U |
DMA transfer error
Definition at line 237 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_Abort(), HAL_QSPI_IRQHandler(), HAL_QSPI_Receive_DMA(), HAL_QSPI_Transmit_DMA(), and QSPI_DMAError().
#define HAL_QSPI_ERROR_INVALID_CALLBACK 0x00000010U |
Invalid callback error
Definition at line 240 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_RegisterCallback(), and HAL_QSPI_UnRegisterCallback().
#define HAL_QSPI_ERROR_INVALID_PARAM 0x00000008U |
Invalid parameters error
Definition at line 238 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_Receive(), HAL_QSPI_Receive_DMA(), HAL_QSPI_Receive_IT(), HAL_QSPI_Transmit(), HAL_QSPI_Transmit_DMA(), and HAL_QSPI_Transmit_IT().
#define HAL_QSPI_ERROR_NONE 0x00000000U |
No error
Definition at line 234 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_AutoPolling(), HAL_QSPI_AutoPolling_IT(), HAL_QSPI_Command(), HAL_QSPI_Command_IT(), HAL_QSPI_DeInit(), HAL_QSPI_Init(), HAL_QSPI_IRQHandler(), HAL_QSPI_MemoryMapped(), HAL_QSPI_Receive(), HAL_QSPI_Receive_DMA(), HAL_QSPI_Receive_IT(), HAL_QSPI_Transmit(), HAL_QSPI_Transmit_DMA(), and HAL_QSPI_Transmit_IT().
#define HAL_QSPI_ERROR_TIMEOUT 0x00000001U |
Timeout error
Definition at line 235 of file stm32f4xx_hal_qspi.h.
Referenced by QSPI_WaitFlagStateUntilTimeout(), and QSPI_WaitFlagStateUntilTimeout_CPUCycle().
#define HAL_QSPI_ERROR_TRANSFER 0x00000002U |
Transfer error
Definition at line 236 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_IRQHandler().