/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_adc.h | 3087 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 3089 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3115 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 3117 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 3152 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 3154 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 3188 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 3190 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 3212 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 3214 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_adc.h | 2311 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 2313 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2339 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 2341 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 2384 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 2393 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VSENSEEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 2436 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 2445 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 2477 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 2486 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_adc.h | 3027 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 3029 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3055 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 3057 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 3092 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 3094 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 3128 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 3130 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 3152 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 3154 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_adc.h | 3187 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 3189 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3215 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 3217 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 3252 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 3254 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 3288 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 3290 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 3312 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 3314 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 2959 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 2961 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2987 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 2989 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 3030 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 3032 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 3072 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 3074 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 3102 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 3104 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 1760 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 1762 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE, CommonClock); in LL_ADC_SetCommonClock() 1776 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 1778 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE)); in LL_ADC_GetCommonClock() 1809 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 1811 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1830 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 1832 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh() 3500 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 3502 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_adc.h | 1870 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 1872 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE, CommonClock); in LL_ADC_SetCommonClock() 1886 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 1888 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE)); in LL_ADC_GetCommonClock() 1919 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 1921 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1940 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 1942 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh() 3611 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 3613 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_adc.h | 2888 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 2890 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 2926 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 2928 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 2954 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 2956 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() 2974 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 2976 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VBATEN)); in LL_ADC_GetCommonPathInternalCh() 5919 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 5921 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DUAL, Multimode); in LL_ADC_SetMultimode() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_adc.h | 3679 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 3681 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 3707 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 3709 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 3744 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 3746 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VSENSESEL | ADC_CCR_VBATSEL, PathInternal); in LL_ADC_SetCommonPathInternalCh() 3780 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 3782 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() 3804 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChRem() argument 3806 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_adc.h | 1910 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 1912 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE, CommonClock); in LL_ADC_SetCommonClock() 1926 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 1928 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_ADCPRE)); in LL_ADC_GetCommonClock() 1959 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 1961 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh() 1980 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 1982 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE)); in LL_ADC_GetCommonPathInternalCh() 3658 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 3660 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_MULTI, Multimode); in LL_ADC_SetMultimode() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_adc.h | 2663 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 2665 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2691 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 2693 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE | ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 2731 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 2733 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 2753 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 2755 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN)); in LL_ADC_GetCommonPathInternalCh() 2788 __STATIC_INLINE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t P… in LL_ADC_SetCommonPathInternalChAdd() argument 2790 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 2551 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 2553 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_CKMODE, CommonClock); in LL_ADC_SetCommonClock() 2568 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 2570 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_CKMODE)); in LL_ADC_GetCommonClock() 2608 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 2610 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() 2630 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 2632 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN)); in LL_ADC_GetCommonPathInternalCh() 5563 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 5565 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_DUAL, Multimode); in LL_ADC_SetMultimode() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 1658 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 1660 MODIFY_REG(ADCxy_COMMON->CR2, (ADC_CR2_TSVREFE), PathInternal); in LL_ADC_SetCommonPathInternalCh() 1677 __STATIC_INLINE uint32_t LL_ADC_GetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonPathInternalCh() argument 1679 return (uint32_t)(READ_BIT(ADCxy_COMMON->CR2, ADC_CR2_TSVREFE)); in LL_ADC_GetCommonPathInternalCh() 3194 __STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) in LL_ADC_SetMultimode() argument 3196 MODIFY_REG(ADCxy_COMMON->CR1, ADC_CR1_DUALMOD, Multimode); in LL_ADC_SetMultimode() 3220 __STATIC_INLINE uint32_t LL_ADC_GetMultimode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetMultimode() argument 3222 return (uint32_t)(READ_BIT(ADCxy_COMMON->CR1, ADC_CR1_DUALMOD)); in LL_ADC_GetMultimode() 3647 __STATIC_INLINE uint32_t LL_ADC_IsActiveFlag_MST_EOS(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_IsActiveFlag_MST_EOS() argument 3653 return (READ_BIT(ADCxy_COMMON->SR, ADC_SR_EOC) == (ADC_SR_EOC)); in LL_ADC_IsActiveFlag_MST_EOS() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 1687 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 1689 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 1716 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 1718 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 1737 __STATIC_INLINE void LL_ADC_SetCommonFrequencyMode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Commo… in LL_ADC_SetCommonFrequencyMode() argument 1739 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_LFMEN, CommonFrequencyMode); in LL_ADC_SetCommonFrequencyMode() 1753 __STATIC_INLINE uint32_t LL_ADC_GetCommonFrequencyMode(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonFrequencyMode() argument 1755 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_LFMEN)); in LL_ADC_GetCommonFrequencyMode() 1796 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 1799 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VLCDEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 2002 __STATIC_INLINE void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) in LL_ADC_SetCommonClock() argument 2004 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_PRESC, CommonClock); in LL_ADC_SetCommonClock() 2031 __STATIC_INLINE uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonClock() argument 2033 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_PRESC)); in LL_ADC_GetCommonClock() 2052 __STATIC_INLINE void LL_ADC_SetCommonFrequencyMode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Commo… in LL_ADC_SetCommonFrequencyMode() argument 2054 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_LFMEN, CommonFrequencyMode); in LL_ADC_SetCommonFrequencyMode() 2068 __STATIC_INLINE uint32_t LL_ADC_GetCommonFrequencyMode(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_GetCommonFrequencyMode() argument 2070 return (uint32_t)(READ_BIT(ADCxy_COMMON->CCR, ADC_CCR_LFMEN)); in LL_ADC_GetCommonFrequencyMode() 2111 __STATIC_INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Path… in LL_ADC_SetCommonPathInternalCh() argument 2113 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 295 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 298 UNUSED(ADCxy_COMMON); in LL_ADC_CommonDeInit() 301 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 327 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit() argument 332 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 349 if(__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0U) in LL_ADC_CommonInit() 363 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 378 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 390 LL_ADC_SetCommonClock(ADCxy_COMMON, ADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 309 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 312 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 315 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 341 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 346 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 363 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 377 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 392 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 404 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 309 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 312 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 315 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 341 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 346 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 363 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 377 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 392 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 404 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_adc.c | 317 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 320 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 323 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 349 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 354 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 371 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 385 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 400 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 412 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_adc.c | 196 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 199 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 202 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 228 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 233 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 241 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 247 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 361 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 364 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 367 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 393 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 398 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 415 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 429 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 444 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 456 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_adc.c | 211 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 214 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 217 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 243 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, const LL_ADC_CommonInitTypeDef *pAD… in LL_ADC_CommonInit() argument 248 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 256 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 262 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_adc.c | 210 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 213 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 216 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 242 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *pADC_Comm… in LL_ADC_CommonInit() argument 247 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 255 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 261 LL_ADC_SetCommonClock(ADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_adc.c | 219 ErrorStatus LL_ADC_CommonDeInit(const ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 222 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 225 (void)(ADCxy_COMMON); in LL_ADC_CommonDeInit() 251 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit() argument 256 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 264 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 270 LL_ADC_SetCommonClock(ADCxy_COMMON, ADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_adc.c | 289 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *ADCxy_COMMON) in LL_ADC_CommonDeInit() argument 292 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonDeInit() 319 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *ADCxy_COMMON, LL_ADC_CommonInitTypeDef *ADC_Commo… in LL_ADC_CommonInit() argument 324 assert_param(IS_ADC_COMMON_INSTANCE(ADCxy_COMMON)); in LL_ADC_CommonInit() 341 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(ADCxy_COMMON) == 0UL) in LL_ADC_CommonInit() 355 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 370 MODIFY_REG(ADCxy_COMMON->CCR, in LL_ADC_CommonInit() 382 LL_ADC_SetCommonClock(ADCxy_COMMON, ADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
|