STM32F439xx 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 Documentation

#define HAL_DCMI_ERROR_DMA   0x00000040U

DMA error

Definition at line 122 of file stm32f4xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_NONE   0x00000000U

No error

Definition at line 118 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 119 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

#define HAL_DCMI_ERROR_SYNC   0x00000002U

Synchronization error

Definition at line 120 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

#define HAL_DCMI_ERROR_TIMEOUT   0x00000020U

Timeout error

Definition at line 121 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Stop(), and HAL_DCMI_Suspend().