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

HAL_DCMI_ERROR_NONE macro

No error

Syntax

#define HAL_DCMI_ERROR_NONE 0x00000000U

References

LocationText
stm32f4xx_hal_dcmi.h:134
#define HAL_DCMI_ERROR_NONE 0x00000000U /*!< No error */
stm32f4xx_hal_dcmi.c:246
hdcmi->ErrorCode = HAL_DCMI_ERROR_NONE;
stm32f4xx_hal_dcmi.c:277
hdcmi->ErrorCode = HAL_DCMI_ERROR_NONE;
stm32f4xx_hal_dcmi.c:465
hdcmi->ErrorCode |= HAL_DCMI_ERROR_NONE;
stm32f4xx_hal_dcmi_ex.c:162
hdcmi->ErrorCode = HAL_DCMI_ERROR_NONE;