STM32L443xx HAL User Manual
Defines
OPAMP power mode
OPAMP Exported Constants

Defines

#define LL_OPAMP_POWERMODE_NORMALPOWER   (OPAMP_POWERMODE_OTR_REGOFFSET)
#define LL_OPAMP_POWERMODE_LOWPOWER   (OPAMP_POWERMODE_LPOTR_REGOFFSET | OPAMP_CSR_OPALPM)
#define LL_OPAMP_POWERMODE_NORMAL   LL_OPAMP_POWERMODE_NORMALPOWER

Define Documentation

OPAMP power mode low-power

Definition at line 156 of file stm32l4xx_ll_opamp.h.

OPAMP power mode normal - Old Naming for compatibility

Definition at line 158 of file stm32l4xx_ll_opamp.h.

OPAMP power mode normal

Definition at line 155 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_StructInit().