STM32H735xx HAL User Manual
Defines
OPAMP Factory Trimming
OPAMP Exported Constants

Defines

#define OPAMP_FACTORYTRIMMING_DUMMY   0xFFFFFFFFU
#define OPAMP_FACTORYTRIMMING_N   0x00000000U
#define OPAMP_FACTORYTRIMMING_P   0x00000001U

Define Documentation

#define OPAMP_FACTORYTRIMMING_DUMMY   0xFFFFFFFFU

Dummy value if trimming value could not be retrieved

Definition at line 276 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().

#define OPAMP_FACTORYTRIMMING_N   0x00000000U

Offset trimming N

Definition at line 278 of file stm32h7xx_hal_opamp.h.

#define OPAMP_FACTORYTRIMMING_P   0x00000001U

Offset trimming P

Definition at line 279 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_GetTrimOffset().