STM32F479xx HAL User Manual
|
Defines | |
#define | HAL_DMA2D_ERROR_NONE 0x00000000U |
#define | HAL_DMA2D_ERROR_TE 0x00000001U |
#define | HAL_DMA2D_ERROR_CE 0x00000002U |
#define | HAL_DMA2D_ERROR_CAE 0x00000004U |
#define | HAL_DMA2D_ERROR_TIMEOUT 0x00000020U |
#define | HAL_DMA2D_ERROR_INVALID_CALLBACK 0x00000040U |
#define HAL_DMA2D_ERROR_CAE 0x00000004U |
CLUT access error
Definition at line 180 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().
#define HAL_DMA2D_ERROR_CE 0x00000002U |
Configuration error
Definition at line 179 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().
#define HAL_DMA2D_ERROR_INVALID_CALLBACK 0x00000040U |
Invalid callback error
Definition at line 183 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_RegisterCallback(), and HAL_DMA2D_UnRegisterCallback().
#define HAL_DMA2D_ERROR_NONE 0x00000000U |
No error
Definition at line 177 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_DeInit(), HAL_DMA2D_Init(), and HAL_DMA2D_IRQHandler().
#define HAL_DMA2D_ERROR_TE 0x00000001U |
Transfer error
Definition at line 178 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().
#define HAL_DMA2D_ERROR_TIMEOUT 0x00000020U |
Timeout error
Definition at line 181 of file stm32f4xx_hal_dma2d.h.
Referenced by HAL_DMA2D_Abort(), HAL_DMA2D_CLUTLoading_Abort(), HAL_DMA2D_CLUTLoading_Suspend(), HAL_DMA2D_PollForTransfer(), and HAL_DMA2D_Suspend().