|
STM32L443xx HAL User Manual
|
Defines | |
| #define | OPAMP_POWERMODE_NORMALPOWER 0x00000000U |
| #define | OPAMP_POWERMODE_LOWPOWER OPAMP_CSR_OPALPM |
| #define OPAMP_POWERMODE_LOWPOWER OPAMP_CSR_OPALPM |
OPAMP power mode low-power
Definition at line 226 of file stm32l4xx_hal_opamp.h.
Referenced by HAL_OPAMP_Init(), HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().
| #define OPAMP_POWERMODE_NORMALPOWER 0x00000000U |
OPAMP power mode normal
Definition at line 225 of file stm32l4xx_hal_opamp.h.
Referenced by HAL_OPAMP_GetTrimOffset(), HAL_OPAMP_Init(), HAL_OPAMP_SelfCalibrate(), and HAL_OPAMPEx_SelfCalibrateAll().
1.7.6.1