STM32L486xx HAL User Manual
Defines
OPAMP Factory Trimming
OPAMP Exported Constants

Defines

#define OPAMP_FACTORYTRIMMING_DUMMY   ((uint32_t)0xFFFFFFFF)
#define OPAMP_FACTORYTRIMMING_N   ((uint32_t)0x00000000)
#define OPAMP_FACTORYTRIMMING_P   ((uint32_t)0x00000001)

Define Documentation

#define OPAMP_FACTORYTRIMMING_DUMMY   ((uint32_t)0xFFFFFFFF)

Dummy value if trimming value could not be retrieved

Definition at line 267 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().

#define OPAMP_FACTORYTRIMMING_N   ((uint32_t)0x00000000)

Offset trimming N

Definition at line 269 of file stm32l4xx_hal_opamp.h.

#define OPAMP_FACTORYTRIMMING_P   ((uint32_t)0x00000001)

Offset trimming P

Definition at line 270 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().