STM32H735xx HAL User Manual
|
Defines | |
#define | HAL_DCMI_ERROR_NONE (0x00000000U) |
#define | HAL_DCMI_ERROR_OVR (0x00000001U) |
#define | HAL_DCMI_ERROR_SYNC (0x00000002U) |
#define | HAL_DCMI_ERROR_TIMEOUT (0x00000020U) |
#define | HAL_DCMI_ERROR_DMA (0x00000040U) |
#define | HAL_DCMI_ERROR_INVALID_CALLBACK (0x00000080U) |
#define HAL_DCMI_ERROR_DMA (0x00000040U) |
DMA error
Definition at line 196 of file stm32h7xx_hal_dcmi.h.
Referenced by DCMI_DMAError(), and HAL_DCMI_Start_DMA().
#define HAL_DCMI_ERROR_INVALID_CALLBACK (0x00000080U) |
Invalid Callback error
Definition at line 198 of file stm32h7xx_hal_dcmi.h.
Referenced by HAL_DCMI_RegisterCallback(), and HAL_DCMI_UnRegisterCallback().
#define HAL_DCMI_ERROR_NONE (0x00000000U) |
No error
Definition at line 192 of file stm32h7xx_hal_dcmi.h.
Referenced by HAL_DCMI_DeInit(), HAL_DCMI_Init(), and HAL_DCMI_Stop().
#define HAL_DCMI_ERROR_OVR (0x00000001U) |
Overrun error
Definition at line 193 of file stm32h7xx_hal_dcmi.h.
Referenced by HAL_DCMI_IRQHandler().
#define HAL_DCMI_ERROR_SYNC (0x00000002U) |
Synchronization error
Definition at line 194 of file stm32h7xx_hal_dcmi.h.
Referenced by HAL_DCMI_IRQHandler().
#define HAL_DCMI_ERROR_TIMEOUT (0x00000020U) |
Timeout error
Definition at line 195 of file stm32h7xx_hal_dcmi.h.
Referenced by HAL_DCMI_Stop(), and HAL_DCMI_Suspend().