STM32G474xx HAL User Manual
定义
OPAMP模式校准或功能。
OPAMP导出常量

定义

#define LL_OPAMP_MODE_FUNCTIONAL   (0x00000000UL)
#define LL_OPAMP_MODE_CALIBRATION   (OPAMP_CSR_CALON)

定义文档

#define LL_OPAMP_MODE_CALIBRATION   (OPAMP_CSR_CALON)

OPAMP校准模式

Definition at line 135 of file stm32g4xx_ll_opamp.h.

#define LL_OPAMP_MODE_FUNCTIONAL   (0x00000000UL)

OPAMP功能模式

Definition at line 134 of file stm32g4xx_ll_opamp.h.