STM32L486xx HAL User Manual
Defines
OPAMP Private Constants
OPAMP

OPAMP Private constants and defines. More...

Defines

#define OPAMP_CSR_RESET_VALUE   ((uint32_t)0x00000000)
#define OPAMP_CSR_RESET_BITS
#define OPAMP_CSR_INIT_MASK_PGA
#define OPAMP_CSR_INIT_MASK_FOLLOWER
#define OPAMP_CSR_INIT_MASK_STANDALONE
#define OPAMP_INPUT_NONINVERTING   ((uint32_t) 8)
#define OPAMP_TRIMMING_DELAY   ((uint32_t) 1)

Detailed Description

OPAMP Private constants and defines.


Define Documentation

Value:
(OPAMP_CSR_OPALPM | OPAMP_CSR_OPAMODE| OPAMP_CSR_VPSEL \
                                    | OPAMP_CSR_USERTRIM)

Definition at line 257 of file stm32l4xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

Value:
(OPAMP_CSR_OPALPM | OPAMP_CSR_OPAMODE| OPAMP_CSR_PGGAIN \
                               | OPAMP_CSR_VMSEL | OPAMP_CSR_VPSEL | OPAMP_CSR_USERTRIM)

Definition at line 254 of file stm32l4xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

Value:
(OPAMP_CSR_OPALPM | OPAMP_CSR_OPAMODE| OPAMP_CSR_VPSEL \
                                      | OPAMP_CSR_VMSEL | OPAMP_CSR_USERTRIM)

Definition at line 260 of file stm32l4xx_hal_opamp.c.

Referenced by HAL_OPAMP_Init().

Value:
(OPAMP_CSR_OPAMPxEN | OPAMP_CSR_OPALPM | OPAMP_CSR_OPAMODE \
                               | OPAMP_CSR_PGGAIN | OPAMP_CSR_VMSEL | OPAMP_CSR_VPSEL \
                               | OPAMP_CSR_CALON | OPAMP_CSR_USERTRIM)

Definition at line 249 of file stm32l4xx_hal_opamp.c.

Referenced by HAL_OPAMP_DeInit().

#define OPAMP_CSR_RESET_VALUE   ((uint32_t)0x00000000)

Definition at line 247 of file stm32l4xx_hal_opamp.c.

Referenced by HAL_OPAMP_DeInit().

#define OPAMP_INPUT_NONINVERTING   ((uint32_t) 8)
#define OPAMP_TRIMMING_DELAY   ((uint32_t) 1)

Definition at line 293 of file stm32l4xx_hal_opamp.h.

Referenced by HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().