STM32L486xx HAL User Manual
Defines
OPAMP Inverting Input
OPAMP Exported Constants

Defines

#define OPAMP_INVERTINGINPUT_IO0   ((uint32_t)0x00000000)
#define OPAMP_INVERTINGINPUT_IO1   OPAMP_CSR_VMSEL_0
#define OPAMP_INVERTINGINPUT_CONNECT_NO   OPAMP_CSR_VMSEL_1

Define Documentation

#define OPAMP_INVERTINGINPUT_CONNECT_NO   OPAMP_CSR_VMSEL_1

OPAMP inverting input not connected externally (PGA mode only)

Definition at line 215 of file stm32l4xx_hal_opamp.h.

#define OPAMP_INVERTINGINPUT_IO0   ((uint32_t)0x00000000)

OPAMP inverting input connected to dedicated IO pin low-leakage

Definition at line 213 of file stm32l4xx_hal_opamp.h.

#define OPAMP_INVERTINGINPUT_IO1   OPAMP_CSR_VMSEL_0

OPAMP inverting input connected to alternative IO pin available on some device packages

Definition at line 214 of file stm32l4xx_hal_opamp.h.