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

Defines

#define LL_OPAMP_POWERSUPPLY_RANGE_LOW   ((uint32_t)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 164 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_POWERSUPPLY_RANGE_LOW   ((uint32_t)0x00000000U)

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

Definition at line 163 of file stm32l4xx_ll_opamp.h.