STM32L486xx HAL User Manual
Defines
OPAMP mode calibration or functional.
OPAMP Exported Constants

Defines

#define LL_OPAMP_MODE_FUNCTIONAL   ((uint32_t)0x00000000U)
#define LL_OPAMP_MODE_CALIBRATION   (OPAMP_CSR_CALON)

Define Documentation

#define LL_OPAMP_MODE_CALIBRATION   (OPAMP_CSR_CALON)

OPAMP calibration mode

Definition at line 182 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_MODE_FUNCTIONAL   ((uint32_t)0x00000000U)

OPAMP functional mode

Definition at line 181 of file stm32l4xx_ll_opamp.h.