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

Defines

#define LL_OPAMP_INPUT_NONINVERT_IO0   0x00000000U
#define LL_OPAMP_INPUT_NONINVERT_DAC   OPAMP_CSR_VPSEL_0

Define Documentation

#define LL_OPAMP_INPUT_NONINVERT_DAC   OPAMP_CSR_VPSEL_0

OPAMP non inverting input connected internally to DAC channel (DAC1_CH1 for OPAMP1, DAC1_CH2 for OPAMP2) Note: On this STM32 series, all OPAMPx are not available on all devices. Refer to device datasheet for more details

Definition at line 194 of file stm32h7xx_ll_opamp.h.

#define LL_OPAMP_INPUT_NONINVERT_IO0   0x00000000U

OPAMP non inverting input connected to I/O VINP0 (PB0 for OPAMP1, PE9 for OPAMP2) Note: On this STM32 series, all OPAMPx are not available on all devices. Refer to device datasheet for more details

Definition at line 191 of file stm32h7xx_ll_opamp.h.

Referenced by LL_OPAMP_StructInit().