Lines Matching refs:Offsety

3343 __STATIC_INLINE void LL_ADC_SetOffsetChannel(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t Channel)  in LL_ADC_SetOffsetChannel()  argument
3345 __IO uint32_t *preg_offset_cfg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_SetOffsetChannel()
3409 __STATIC_INLINE uint32_t LL_ADC_GetOffsetChannel(const ADC_TypeDef *ADCx, uint32_t Offsety) in LL_ADC_GetOffsetChannel() argument
3411 const __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_GetOffsetChannel()
3440 __STATIC_INLINE void LL_ADC_SetOffsetLevel(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetLeve… in LL_ADC_SetOffsetLevel() argument
3442 __IO uint32_t *preg_offset_val = __ADC_PTR_REG_OFFSET(ADCx->OFR1, Offsety); in LL_ADC_SetOffsetLevel()
3468 __STATIC_INLINE uint32_t LL_ADC_GetOffsetLevel(const ADC_TypeDef *ADCx, uint32_t Offsety) in LL_ADC_GetOffsetLevel() argument
3470 const __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFR1, Offsety); in LL_ADC_GetOffsetLevel()
3501 __STATIC_INLINE void LL_ADC_SetOffsetSign(ADC_TypeDef *ADCx, uint32_t Offsety, uint32_t OffsetSign) in LL_ADC_SetOffsetSign() argument
3503 __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_SetOffsetSign()
3527 __STATIC_INLINE uint32_t LL_ADC_GetOffsetSign(const ADC_TypeDef *ADCx, uint32_t Offsety) in LL_ADC_GetOffsetSign() argument
3529 const __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_GetOffsetSign()
3552 __STATIC_INLINE void LL_ADC_SetOffsetSignedSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, in LL_ADC_SetOffsetSignedSaturation() argument
3555 __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_SetOffsetSignedSaturation()
3576 __STATIC_INLINE uint32_t LL_ADC_GetOffsetSignedSaturation(const ADC_TypeDef *ADCx, uint32_t Offsety) in LL_ADC_GetOffsetSignedSaturation() argument
3578 const __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_GetOffsetSignedSaturation()
3600 __STATIC_INLINE void LL_ADC_SetOffsetUnsignedSaturation(ADC_TypeDef *ADCx, uint32_t Offsety, in LL_ADC_SetOffsetUnsignedSaturation() argument
3603 __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_SetOffsetUnsignedSaturation()
3624 …TATIC_INLINE uint32_t LL_ADC_GetOffsetUnsignedSaturation(const ADC_TypeDef *ADCx, uint32_t Offsety) in LL_ADC_GetOffsetUnsignedSaturation() argument
3626 const __IO uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->OFCFGR1, Offsety); in LL_ADC_GetOffsetUnsignedSaturation()