STM32L443xx HAL User Manual
Defines
OPAMP power supply range
OPAMP Exported Constants

Defines

#define LL_OPAMP_POWERSUPPLY_RANGE_LOW   0x00000000U
#define LL_OPAMP_POWERSUPPLY_RANGE_HIGH   (OPAMP1_CSR_OPARANGE)

Define Documentation

#define LL_OPAMP_POWERSUPPLY_RANGE_HIGH   (OPAMP1_CSR_OPARANGE)

Power supply range high. On STM32L4 serie: Vdda higher than 2.4V.

Definition at line 147 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_POWERSUPPLY_RANGE_LOW   0x00000000U

Power supply range low. On STM32L4 serie: Vdda lower than 2.4V.

Definition at line 146 of file stm32l4xx_ll_opamp.h.