STM32H735xx HAL User Manual
Defines
OPAMP Mode
OPAMP Exported Constants

Defines

#define OPAMP_STANDALONE_MODE   0x00000000U
#define OPAMP_PGA_MODE   OPAMP_CSR_VMSEL_1
#define OPAMP_FOLLOWER_MODE   (OPAMP_CSR_VMSEL_1 | OPAMP_CSR_VMSEL_0)

Define Documentation

#define OPAMP_FOLLOWER_MODE   (OPAMP_CSR_VMSEL_1 | OPAMP_CSR_VMSEL_0)

follower mode

Definition at line 180 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_Init().

#define OPAMP_PGA_MODE   OPAMP_CSR_VMSEL_1

PGA mode

Definition at line 179 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_Init().

#define OPAMP_STANDALONE_MODE   0x00000000U

standalone mode

Definition at line 178 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_Init(), HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().