STM32L486xx HAL User Manual
Defines
OPAMP input inverting
OPAMP Exported Constants

Defines

#define LL_OPAMP_INPUT_INVERT_IO0   ((uint32_t)0x00000000U)
#define LL_OPAMP_INPUT_INVERT_IO1   (OPAMP_CSR_VMSEL_0)
#define LL_OPAMP_INPUT_INVERT_CONNECT_NO   (OPAMP_CSR_VMSEL_1)

Define Documentation

#define LL_OPAMP_INPUT_INVERT_CONNECT_NO   (OPAMP_CSR_VMSEL_1)

OPAMP inverting input not externally connected (intended for OPAMP in mode follower or PGA without external capacitors for filtering)

Definition at line 222 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_Init(), and LL_OPAMP_StructInit().

#define LL_OPAMP_INPUT_INVERT_IO0   ((uint32_t)0x00000000U)

OPAMP inverting input connected to GPIO pin (valid also in PGA mode for filtering). Note: OPAMP inverting input is used with OPAMP in mode standalone or PGA with external capacitors for filtering circuit. Otherwise (OPAMP in mode follower), OPAMP inverting input is not used (not connected to GPIO pin).

Definition at line 220 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_INPUT_INVERT_IO1   (OPAMP_CSR_VMSEL_0)

OPAMP inverting input (low leakage input) connected to GPIO pin (available only on package BGA132). Note: OPAMP inverting input is used with OPAMP in mode standalone or PGA with external capacitors for filtering circuit. Otherwise (OPAMP in mode follower), OPAMP inverting input is not used (not connected to GPIO pin).

Definition at line 221 of file stm32l4xx_ll_opamp.h.