STM32L443xx HAL User Manual
Defines
OPAMP trimming of transistors differential pair NMOS or PMOS
OPAMP Exported Constants

Defines

#define LL_OPAMP_TRIMMING_NMOS   (OPAMP_OTR_TRIMOFFSETN)
#define LL_OPAMP_TRIMMING_PMOS   (OPAMP_OTR_TRIMOFFSETP | OPAMP1_CSR_CALSEL)

Define Documentation

#define LL_OPAMP_TRIMMING_NMOS   (OPAMP_OTR_TRIMOFFSETN)

OPAMP trimming of transistors differential pair NMOS

Definition at line 240 of file stm32l4xx_ll_opamp.h.

Referenced by LL_OPAMP_GetTrimmingValue(), and LL_OPAMP_SetTrimmingValue().

#define LL_OPAMP_TRIMMING_PMOS   (OPAMP_OTR_TRIMOFFSETP | OPAMP1_CSR_CALSEL)

OPAMP trimming of transistors differential pair PMOS

Definition at line 241 of file stm32l4xx_ll_opamp.h.