STM32H735xx HAL User Manual
Defines
OPAMP Private Constants
OPAMP

OPAMP Private constants and defines. More...

Defines

#define OPAMP_CSR_RESET_VALUE   0x00000000U
#define OPAMP_CSR_INIT_MASK_PGA
#define OPAMP_CSR_INIT_MASK_FOLLOWER
#define OPAMP_CSR_INIT_MASK_STANDALONE
#define OPAMP_INPUT_NONINVERTING   (8U)
#define OPAMP_TRIMMING_DELAY   (2U)

Detailed Description

OPAMP Private constants and defines.


Define Documentation

Value:
(OPAMP_CSR_OPAHSM | OPAMP_CSR_VMSEL| OPAMP_CSR_VPSEL \
                                    | OPAMP_CSR_USERTRIM)

Definition at line 236 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

Value:
(OPAMP_CSR_OPAHSM | OPAMP_CSR_VMSEL | OPAMP_CSR_PGGAIN | OPAMP_CSR_PGGAIN  \
                                | OPAMP_CSR_VPSEL | OPAMP_CSR_USERTRIM)

Definition at line 232 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

Value:
(OPAMP_CSR_OPAHSM | OPAMP_CSR_VMSEL | OPAMP_CSR_VPSEL  \
                                       | OPAMP_CSR_VMSEL | OPAMP_CSR_USERTRIM)

Definition at line 240 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

#define OPAMP_CSR_RESET_VALUE   0x00000000U

Definition at line 228 of file stm32h7xx_hal_opamp.c.

Referenced by HAL_OPAMP_DeInit().

#define OPAMP_INPUT_NONINVERTING   (8U)
#define OPAMP_TRIMMING_DELAY   (2U)

Definition at line 302 of file stm32h7xx_hal_opamp.h.

Referenced by HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().