STM32F479xx HAL User Manual
Defines
DCMI Error Code
DCMI Exported Constants

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   ((uint32_t)0x00000080U)

Define Documentation

#define HAL_DCMI_ERROR_DMA   0x00000040U

DMA error

Definition at line 140 of file stm32f4xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000080U)

Invalid callback error

Definition at line 142 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_RegisterCallback(), and HAL_DCMI_UnRegisterCallback().

#define HAL_DCMI_ERROR_NONE   0x00000000U

No error

Definition at line 136 of file stm32f4xx_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 137 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

#define HAL_DCMI_ERROR_SYNC   0x00000002U

Synchronization error

Definition at line 138 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

#define HAL_DCMI_ERROR_TIMEOUT   0x00000020U

Timeout error

Definition at line 139 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Stop(), and HAL_DCMI_Suspend().