STM32H735xx 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 196 of file stm32h7xx_hal_dma2d.h.
Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().
#define HAL_DMA2D_ERROR_CE 0x00000002U |
Configuration error
Definition at line 195 of file stm32h7xx_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 199 of file stm32h7xx_hal_dma2d.h.
Referenced by HAL_DMA2D_RegisterCallback(), and HAL_DMA2D_UnRegisterCallback().
#define HAL_DMA2D_ERROR_NONE 0x00000000U |
No error
Definition at line 193 of file stm32h7xx_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 194 of file stm32h7xx_hal_dma2d.h.
Referenced by HAL_DMA2D_IRQHandler(), and HAL_DMA2D_PollForTransfer().
#define HAL_DMA2D_ERROR_TIMEOUT 0x00000020U |
Timeout error
Definition at line 197 of file stm32h7xx_hal_dma2d.h.
Referenced by HAL_DMA2D_Abort(), HAL_DMA2D_CLUTLoading_Abort(), HAL_DMA2D_CLUTLoading_Suspend(), HAL_DMA2D_PollForTransfer(), and HAL_DMA2D_Suspend().