STM32L486xx HAL User Manual
Defines
OPAMP PowerSupplyRange
OPAMP Exported Constants

Defines

#define OPAMP_POWERSUPPLY_LOW   ((uint32_t)0x00000000)
#define OPAMP_POWERSUPPLY_HIGH   OPAMP1_CSR_OPARANGE

Define Documentation

#define OPAMP_POWERSUPPLY_HIGH   OPAMP1_CSR_OPARANGE

Power supply range high (VDDA higher than 2.4V)

Definition at line 248 of file stm32l4xx_hal_opamp.h.

#define OPAMP_POWERSUPPLY_LOW   ((uint32_t)0x00000000)

Power supply range low (VDDA lower than 2.4V)

Definition at line 247 of file stm32l4xx_hal_opamp.h.