STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_OPAMP_SetMode (OPAMP_TypeDef *OPAMPx, uint32_t Mode) |
Set OPAMP mode calibration or functional. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetMode (OPAMP_TypeDef *OPAMPx) |
Get OPAMP mode calibration or functional. | |
__STATIC_INLINE void | LL_OPAMP_SetFunctionalMode (OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) |
Set OPAMP functional mode by setting internal connections. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetFunctionalMode (OPAMP_TypeDef *OPAMPx) |
Get OPAMP functional mode from setting of internal connections. | |
__STATIC_INLINE void | LL_OPAMP_SetPGAGain (OPAMP_TypeDef *OPAMPx, uint32_t PGAGain) |
Set OPAMP PGA gain. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetPGAGain (OPAMP_TypeDef *OPAMPx) |
Get OPAMP PGA gain. | |
__STATIC_INLINE void | LL_OPAMP_SetPowerMode (OPAMP_TypeDef *OPAMPx, uint32_t PowerMode) |
Set OPAMP power mode normal or highspeed. | |
__STATIC_INLINE uint32_t | LL_OPAMP_GetPowerMode (OPAMP_TypeDef *OPAMPx) |
Get OPAMP power mode normal or highspeed. |
__STATIC_INLINE uint32_t LL_OPAMP_GetFunctionalMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP functional mode from setting of internal connections.
OPAMP operation in standalone, follower, ...
OPAMPx | OPAMP instance |
Returned | value can be one of the following values: |
Definition at line 437 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE uint32_t LL_OPAMP_GetMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP mode calibration or functional.
OPAMPx | OPAMP instance |
Returned | value can be one of the following values: |
Definition at line 395 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE uint32_t LL_OPAMP_GetPGAGain | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP PGA gain.
OPAMPx | OPAMP instance |
Returned | value can be one of the following values: |
Definition at line 472 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE uint32_t LL_OPAMP_GetPowerMode | ( | OPAMP_TypeDef * | OPAMPx | ) |
Get OPAMP power mode normal or highspeed.
OPAMPx | OPAMP instance |
Returned | value can be one of the following values: |
Definition at line 501 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetFunctionalMode | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | FunctionalMode | ||
) |
Set OPAMP functional mode by setting internal connections.
OPAMP operation in standalone, follower, ...
OPAMPx | OPAMP instance |
FunctionalMode | This parameter can be one of the following values: |
None |
Definition at line 418 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetMode | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | Mode | ||
) |
Set OPAMP mode calibration or functional.
OPAMPx | OPAMP instance |
Mode | This parameter can be one of the following values: |
None |
Definition at line 376 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetPGAGain | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | PGAGain | ||
) |
Set OPAMP PGA gain.
OPAMPx | OPAMP instance |
PGAGain | This parameter can be one of the following values: |
None |
Definition at line 455 of file stm32h7xx_ll_opamp.h.
__STATIC_INLINE void LL_OPAMP_SetPowerMode | ( | OPAMP_TypeDef * | OPAMPx, |
uint32_t | PowerMode | ||
) |
Set OPAMP power mode normal or highspeed.
OPAMPx | OPAMP instance |
PowerMode | This parameter can be one of the following values: |
None |
Definition at line 487 of file stm32h7xx_ll_opamp.h.
References OPAMP_POWERMODE_CSR_BIT_MASK.