STM32L443xx HAL User Manual
Defines
OPAMP Factory Trimming
OPAMP Exported Constants

Defines

#define OPAMP_FACTORYTRIMMING_DUMMY   0xFFFFFFFFU
#define OPAMP_FACTORYTRIMMING_N   0U
#define OPAMP_FACTORYTRIMMING_P   1U

Define Documentation

#define OPAMP_FACTORYTRIMMING_DUMMY   0xFFFFFFFFU

Dummy value if trimming value could not be retrieved

Definition at line 255 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().

#define OPAMP_FACTORYTRIMMING_N   0U

Offset trimming N

Definition at line 256 of file stm32l4xx_hal_opamp.h.

#define OPAMP_FACTORYTRIMMING_P   1U

Offset trimming P

Definition at line 257 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().