STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DCMI Error Code:

Macros

#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
 

Detailed Description

Macro Definition Documentation

◆ HAL_DCMI_ERROR_NONE

#define HAL_DCMI_ERROR_NONE   0x00000000U

#include <stm32f4xx_hal_dcmi.h>

No error

Definition at line 134 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_DeInit(), HAL_DCMI_Init(), and HAL_DCMI_Stop().

◆ HAL_DCMI_ERROR_OVR

#define HAL_DCMI_ERROR_OVR   0x00000001U

#include <stm32f4xx_hal_dcmi.h>

Overrun error

Definition at line 135 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

◆ HAL_DCMI_ERROR_SYNC

#define HAL_DCMI_ERROR_SYNC   0x00000002U

#include <stm32f4xx_hal_dcmi.h>

Synchronization error

Definition at line 136 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_IRQHandler().

◆ HAL_DCMI_ERROR_TIMEOUT

#define HAL_DCMI_ERROR_TIMEOUT   0x00000020U

#include <stm32f4xx_hal_dcmi.h>

Timeout error

Definition at line 137 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Stop(), and HAL_DCMI_Suspend().

◆ HAL_DCMI_ERROR_DMA

#define HAL_DCMI_ERROR_DMA   0x00000040U

#include <stm32f4xx_hal_dcmi.h>

DMA error

Definition at line 138 of file stm32f4xx_hal_dcmi.h.