STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define HAL_DCMI_ERROR_NONE   ((uint32_t)0x00000000U)
 
#define HAL_DCMI_ERROR_OVR   ((uint32_t)0x00000001U)
 
#define HAL_DCMI_ERROR_SYNC   ((uint32_t)0x00000002U)
 
#define HAL_DCMI_ERROR_TIMEOUT   ((uint32_t)0x00000020U)
 
#define HAL_DCMI_ERROR_DMA   ((uint32_t)0x00000040U)
 

Detailed Description

Macro Definition Documentation

#define HAL_DCMI_ERROR_DMA   ((uint32_t)0x00000040U)

DMA error

Definition at line 170 of file stm32f7xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 166 of file stm32f7xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_OVR   ((uint32_t)0x00000001U)

Overrun error

Definition at line 167 of file stm32f7xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_SYNC   ((uint32_t)0x00000002U)

Synchronization error

Definition at line 168 of file stm32f7xx_hal_dcmi.h.

#define HAL_DCMI_ERROR_TIMEOUT   ((uint32_t)0x00000020U)

Timeout error

Definition at line 169 of file stm32f7xx_hal_dcmi.h.