STM32L443xx HAL User Manual
Defines
OPAMP Inverting Input
OPAMP Exported Constants

Defines

#define OPAMP_INVERTINGINPUT_IO0   0x00000000U
#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 203 of file stm32l4xx_hal_opamp.h.

#define OPAMP_INVERTINGINPUT_IO0   0x00000000U

OPAMP inverting input connected to dedicated IO pin low-leakage

Definition at line 201 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 202 of file stm32l4xx_hal_opamp.h.