STM32L443xx HAL User Manual
|
Defines | |
#define | LL_OPAMP_MODE_STANDALONE 0x00000000U |
#define | LL_OPAMP_MODE_FOLLOWER (OPAMP_CSR_OPAMODE_1 | OPAMP_CSR_OPAMODE_0) |
#define | LL_OPAMP_MODE_PGA (OPAMP_CSR_OPAMODE_1) |
#define LL_OPAMP_MODE_FOLLOWER (OPAMP_CSR_OPAMODE_1 | OPAMP_CSR_OPAMODE_0) |
OPAMP functional mode, OPAMP operation in follower
Definition at line 177 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 178 of file stm32l4xx_ll_opamp.h.
#define LL_OPAMP_MODE_STANDALONE 0x00000000U |
OPAMP functional mode, OPAMP operation in standalone
Definition at line 176 of file stm32l4xx_ll_opamp.h.