Searched refs:OPAMPxy_COMMON (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_opamp.h | 385 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument 388 (void)(OPAMPxy_COMMON); in LL_OPAMP_SetCommonPowerRange() 404 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument 407 (void)(OPAMPxy_COMMON); in LL_OPAMP_GetCommonPowerRange() 680 __STATIC_INLINE void LL_OPAMP_SetCommonTrimmingMode(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t … in LL_OPAMP_SetCommonTrimmingMode() argument 684 MODIFY_REG(OPAMPxy_COMMON->OTR, in LL_OPAMP_SetCommonTrimmingMode() 700 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonTrimmingMode(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonTrimmingMode() argument 702 return (uint32_t)(READ_BIT(OPAMPxy_COMMON->OTR, OPAMP_OTR_OT_USER)); in LL_OPAMP_GetCommonTrimmingMode()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_opamp.h | 349 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument 351 MODIFY_REG(OPAMPxy_COMMON->CSR, OPAMP_CSR_OPARANGE, PowerRange); in LL_OPAMP_SetCommonPowerRange() 364 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(const OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument 366 return (uint32_t)(READ_BIT(OPAMPxy_COMMON->CSR, OPAMP_CSR_OPARANGE)); in LL_OPAMP_GetCommonPowerRange()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_opamp.h | 368 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument 370 MODIFY_REG(OPAMPxy_COMMON->CSR, OPAMP_CSR_OPARANGE, PowerRange); in LL_OPAMP_SetCommonPowerRange() 383 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(const OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument 385 return (uint32_t)(READ_BIT(OPAMPxy_COMMON->CSR, OPAMP_CSR_OPARANGE)); in LL_OPAMP_GetCommonPowerRange()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_opamp.h | 378 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument 381 (void)(*OPAMPxy_COMMON); in LL_OPAMP_SetCommonPowerRange() 397 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument 400 (void)(*OPAMPxy_COMMON); in LL_OPAMP_GetCommonPowerRange()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_opamp.h | 378 __STATIC_INLINE void LL_OPAMP_SetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON, uint32_t Po… in LL_OPAMP_SetCommonPowerRange() argument 381 (void)(*OPAMPxy_COMMON); in LL_OPAMP_SetCommonPowerRange() 397 __STATIC_INLINE uint32_t LL_OPAMP_GetCommonPowerRange(OPAMP_Common_TypeDef *OPAMPxy_COMMON) in LL_OPAMP_GetCommonPowerRange() argument 400 (void)(*OPAMPxy_COMMON); in LL_OPAMP_GetCommonPowerRange()
|