STM32L443xx HAL User Manual
Defines
OPAMP PowerMode
OPAMP Exported Constants

Defines

#define OPAMP_POWERMODE_NORMALPOWER   0x00000000U
#define OPAMP_POWERMODE_LOWPOWER   OPAMP_CSR_OPALPM

Define Documentation

#define OPAMP_POWERMODE_LOWPOWER   OPAMP_CSR_OPALPM

OPAMP power mode low-power

Definition at line 226 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_Init(), HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().

#define OPAMP_POWERMODE_NORMALPOWER   0x00000000U

OPAMP power mode normal

Definition at line 225 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset(), HAL_OPAMP_Init(), HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().