|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_OPAMP_SetCommonPowerRange (OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t PowerRange) |
| Set OPAMP power range. | |
| __STATIC_INLINE uint32_t | LL_OPAMP_GetCommonPowerRange (OPAMP_Common_TypeDef *OPAMPxy_COMMON) |
| Get OPAMP power range. | |
| __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange | ( | OPAMP_Common_TypeDef * | OPAMPxy_COMMON | ) |
Get OPAMP power range.
| OPAMPxy_COMMON | OPAMP common instance (can be set directly from CMSIS definition or by using helper macro __LL_OPAMP_COMMON_INSTANCE() ) |
| Returned | value can be one of the following values: |
Definition at line 397 of file stm32l4xx_ll_opamp.h.
| __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange | ( | OPAMP_Common_TypeDef * | OPAMPxy_COMMON, |
| uint32_t | PowerRange | ||
| ) |
Set OPAMP power range.
| OPAMPxy_COMMON | OPAMP common instance (can be set directly from CMSIS definition or by using helper macro __LL_OPAMP_COMMON_INSTANCE() ) |
| PowerRange | This parameter can be one of the following values: |
| None |
Definition at line 378 of file stm32l4xx_ll_opamp.h.
1.7.6.1