__HAL_DCMI_ENABLE_IT macro
Enable the specified DCMI interrupts.
Syntax
#define __HAL_DCMI_ENABLE_IT(__HANDLE__, __INTERRUPT__) ((__HANDLE__)->Instance->IER |= (__INTERRUPT__)) Arguments
__INTERRUPT__
specifies the DCMI interrupt sources to be enabled. This parameter can be any combination of the following values: @arg DCMI_IT_FRAME: Frame capture complete interrupt mask @arg DCMI_IT_OVR: Overrun interrupt mask @arg DCMI_IT_ERR: Synchronization error interrupt mask @arg DCMI_IT_VSYNC: VSYNC interrupt mask @arg DCMI_IT_LINE: Line interrupt mask
Return value
None