STM32L486xx HAL User Manual
Defines
OPAMP functional mode
OPAMP Exported Constants

Defines

#define LL_OPAMP_MODE_STANDALONE   ((uint32_t)0x00000000U)
#define LL_OPAMP_MODE_FOLLOWER   (OPAMP_CSR_OPAMODE_1 | OPAMP_CSR_OPAMODE_0)
#define LL_OPAMP_MODE_PGA   (OPAMP_CSR_OPAMODE_1)

Define Documentation

#define LL_OPAMP_MODE_FOLLOWER   (OPAMP_CSR_OPAMODE_1 | OPAMP_CSR_OPAMODE_0)

OPAMP functional mode, OPAMP operation in follower

Definition at line 191 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_Init(), and LL_OPAMP_StructInit().

#define LL_OPAMP_MODE_PGA   (OPAMP_CSR_OPAMODE_1)

OPAMP functional mode, OPAMP operation in PGA

Definition at line 192 of file stm32l4xx_ll_opamp.h.

#define LL_OPAMP_MODE_STANDALONE   ((uint32_t)0x00000000U)

OPAMP functional mode, OPAMP operation in standalone

Definition at line 190 of file stm32l4xx_ll_opamp.h.