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

Defines

#define LL_OPAMP_MODE_FUNCTIONAL   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 168 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_MODE_FUNCTIONAL   0x00000000U

OPAMP functional mode

Definition at line 167 of file stm32l4xx_ll_opamp.h.