STM32G474xx HAL用户手册
宏定义
比较器错误代码
比较器导出常量

宏定义

#define HAL_COMP_ERROR_NONE   (0x00UL)
#define HAL_COMP_ERROR_INVALID_CALLBACK   (0x01UL)

宏定义文档

#define HAL_COMP_ERROR_INVALID_CALLBACK   (0x01UL)

无效回调错误

Definition at line 138 of file stm32g4xx_hal_comp.h.

Referenced by HAL_COMP_RegisterCallback(), and HAL_COMP_UnRegisterCallback().

#define HAL_COMP_ERROR_NONE   (0x00UL)

无错误

Definition at line 136 of file stm32g4xx_hal_comp.h.