STM32H735xx HAL User Manual
Defines
COMP Error Code
COMP Exported Constants

Defines

#define HAL_COMP_ERROR_NONE   (0x00U)
#define HAL_COMP_ERROR_INVALID_CALLBACK   (0x01U)

Define Documentation

#define HAL_COMP_ERROR_INVALID_CALLBACK   (0x01U)

Invalid Callback error

Definition at line 146 of file stm32h7xx_hal_comp.h.

Referenced by HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().

#define HAL_COMP_ERROR_NONE   (0x00U)

No error

Definition at line 144 of file stm32h7xx_hal_comp.h.