Searched refs:OPAMPxy_COMMON (Results 1 – 1 of 1) sorted by relevance
386 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument389 (void)(OPAMPxy_COMMON); in LL_OPAMP_SetCommonPowerRange()405 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument408 (void)(OPAMPxy_COMMON); in LL_OPAMP_GetCommonPowerRange()681 __STATIC_INLINE void LL_OPAMP_SetCommonTrimmingMode(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t … in LL_OPAMP_SetCommonTrimmingMode() argument685 MODIFY_REG(OPAMPxy_COMMON->OTR, in LL_OPAMP_SetCommonTrimmingMode()701 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonTrimmingMode(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonTrimmingMode() argument703 return (uint32_t)(READ_BIT(OPAMPxy_COMMON->OTR, OPAMP_OTR_OT_USER)); in LL_OPAMP_GetCommonTrimmingMode()
Completed in 8 milliseconds