HAL
HAL_DCMI_ERROR_OVR is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_DCMI_ERROR_OVR macro

Overrun error

Syntax

#define HAL_DCMI_ERROR_OVR 0x00000001U

References

LocationText
stm32f4xx_hal_dcmi.h:135
#define HAL_DCMI_ERROR_OVR 0x00000001U /*!< Overrun error */
stm32f4xx_hal_dcmi.c:584
hdcmi->ErrorCode |= HAL_DCMI_ERROR_OVR;