Home
last modified time | relevance | path

Searched refs:OPAMPxy_COMMON (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_opamp.h386 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument
389 (void)(OPAMPxy_COMMON); in LL_OPAMP_SetCommonPowerRange()
405 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument
408 (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() argument
685 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() argument
703 return (uint32_t)(READ_BIT(OPAMPxy_COMMON->OTR, OPAMP_OTR_OT_USER)); in LL_OPAMP_GetCommonTrimmingMode()

Completed in 8 milliseconds