Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h2888 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2890 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2926 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2928 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2954 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2956 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
3010 __STATIC_INLINE void LL_ADC_SetPathInternalCh(ADC_TypeDef *ADCx, uint32_t PathInternal) in LL_ADC_SetPathInternalCh() argument
3012 MODIFY_REG(ADCx->OR, ADC_OR_OP2, (PathInternal >> ADC_PATH_INTERNAL_POS)); in LL_ADC_SetPathInternalCh()
3038 __STATIC_INLINE void LL_ADC_SetPathInternalChAdd(ADC_TypeDef *ADCx, uint32_t PathInternal) in LL_ADC_SetPathInternalChAdd() argument
3040 SET_BIT(ADCx->OR, (PathInternal >> ADC_PATH_INTERNAL_POS)); in LL_ADC_SetPathInternalChAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_adc.h3092 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3130 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3152 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3154 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
3210 __STATIC_INLINE void LL_ADC_SetPathInternalCh(ADC_TypeDef *ADCx, uint32_t PathInternal) in LL_ADC_SetPathInternalCh() argument
3212 MODIFY_REG(ADCx->OR, ADC_OR_OP0, PathInternal); in LL_ADC_SetPathInternalCh()
3238 __STATIC_INLINE void LL_ADC_SetPathInternalChAdd(ADC_TypeDef *ADCx, uint32_t PathInternal) in LL_ADC_SetPathInternalChAdd() argument
3240 SET_BIT(ADCx->OR, PathInternal); in LL_ADC_SetPathInternalChAdd()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h1796 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1798 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1838 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
1840 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
1868 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
1870 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h1917 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1919 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1957 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
1959 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
1985 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
1987 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h2384 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2386 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalCh()
2393 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VSENSEEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2436 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2438 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalChAdd()
2445 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2477 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2479 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalChRem()
2486 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_adc.h2064 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2066 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2106 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2108 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2136 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2138 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h2078 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2080 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2118 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2120 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2146 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2148 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h2111 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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()
2153 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2155 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2183 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2185 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h1796 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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()
1801 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1803 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h3152 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3190 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3212 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3214 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_adc.h3252 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3290 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3312 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3314 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_adc.h3030 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3074 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3102 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3104 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h1464 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1467 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
1469 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h2496 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2498 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_TSEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
2537 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2539 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2567 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2569 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h3744 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3782 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3804 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3806 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h3095 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
3097 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
3125 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
3127 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
3165 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
3167 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_VREFEN | ADC_CCR_VSENSEEN | ADC_CCR_VBATEN, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h2731 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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()
2788 …INE void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChAdd() argument
2790 SET_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChAdd()
2812 …INE void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalChRem() argument
2814 CLEAR_BIT(ADCxy_COMMON->CCR, PathInternal); in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h1658 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1660 MODIFY_REG(ADCxy_COMMON->CR2, (ADC_CR2_TSVREFE), PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h2608 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 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()
8844 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
8846 MODIFY_REG(ADCxy_COMMON->CR2, (ADC_CR2_TSVREFE), PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h1809 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1811 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h1919 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1921 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h1959 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
1961 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE | ADC_CCR_VBATE, PathInternal); in LL_ADC_SetCommonPathInternalCh()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h2225 …INLINE void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) in LL_ADC_SetCommonPathInternalCh() argument
2227 MODIFY_REG(ADCxy_COMMON->CCR, ADC_CCR_TSVREFE, PathInternal); in LL_ADC_SetCommonPathInternalCh()