STM32L486xx HAL User Manual
Defines
OPAMP input non-inverting
OPAMP Exported Constants

Defines

#define LL_OPAMP_INPUT_NONINVERT_IO0   ((uint32_t)0x00000000U)
#define LL_OPAMP_INPUT_NONINV_DAC1_CH1   (OPAMP1_CSR_VPSEL)

Define Documentation

#define LL_OPAMP_INPUT_NONINV_DAC1_CH1   (OPAMP1_CSR_VPSEL)

OPAMP non inverting input connected to DAC1 channel1 output

Definition at line 212 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_INPUT_NONINVERT_IO0   ((uint32_t)0x00000000U)

OPAMP non inverting input connected to GPIO pin (pin PA0 for OPAMP1, pin PA6 for OPAMP2)

Definition at line 211 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_StructInit().