/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc.c | 3307 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 3483 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 3492 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 3497 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 3512 …else if ((pConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel … in HAL_ADC_ConfigChannel() 3518 … LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 3522 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 3527 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 3646 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 3651 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() [all …]
|
D | stm32u5xx_hal_adc_ex.c | 1995 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2381 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2386 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2391 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2406 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2411 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2415 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2420 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_adc.c | 2749 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2833 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2837 …if ((sConfig->Channel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_IN… in HAL_ADC_ConfigChannel() 2839 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2852 …else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel() 2854 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2856 …else if ((sConfig->Channel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_ADC_PATH_… in HAL_ADC_ConfigChannel() 2858 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2886 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2890 …C_COMMON_INSTANCE(hadc->Instance), ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() [all …]
|
D | stm32wbxx_hal_adc_ex.c | 1248 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 1595 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 1599 …onfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 1603 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 1617 …f ((sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 1621 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 1624 …(sConfigInjected->InjectedChannel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 1628 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_adc.c | 2170 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2253 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2258 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2261 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2275 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2278 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2281 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2284 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2312 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2317 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_adc.c | 2162 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2245 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2250 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2253 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2267 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2270 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2273 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2276 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2304 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2309 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_adc.c | 2272 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2355 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2360 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2363 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2377 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2380 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2383 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2386 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2414 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2419 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_adc_ex.c | 1730 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2104 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2108 …onfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2112 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2126 …f ((pConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2130 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2133 …(pConfigInjected->InjectedChannel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2137 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2140 … ((pConfigInjected->InjectedChannel == ADC_CHANNEL_VCORE) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2144 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32mp1xx_hal_adc.c | 2690 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2835 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2844 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2848 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2862 …else if ((pConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel() 2866 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2869 …else if ((pConfig->Channel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_ADC_PATH_… in HAL_ADC_ConfigChannel() 2873 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2876 …else if ((pConfig->Channel == ADC_CHANNEL_VCORE) && ((tmp_config_internal_channel & LL_ADC_PATH_IN… in HAL_ADC_ConfigChannel() 2880 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc.c | 2261 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2345 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2350 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2353 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2367 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2370 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2398 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2403 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2408 … ~LL_ADC_PATH_INTERNAL_VREFINT & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 1657 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2034 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2039 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2044 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2060 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2065 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2069 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2074 LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l4xx_hal_adc.c | 2705 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2881 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2886 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2891 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2906 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2911 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2915 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2920 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 1657 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2032 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2037 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2042 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2057 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2062 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2066 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2071 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l5xx_hal_adc.c | 2704 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2843 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2852 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2857 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2873 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2878 … LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2882 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2887 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 1664 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2042 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2048 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2053 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2069 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2074 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2078 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2083 LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32g4xx_hal_adc.c | 2764 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2909 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2914 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2919 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2934 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2939 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2943 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2948 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_adc.c | 2216 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2299 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2304 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2307 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2321 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2324 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2352 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2357 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2362 … ~LL_ADC_PATH_INTERNAL_VREFINT & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 1721 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2106 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2111 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2116 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2132 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2137 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2141 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2146 LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32h5xx_hal_adc.c | 2809 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2960 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2965 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2970 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2985 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2990 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2994 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2999 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc_ex.c | 1720 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2098 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2103 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2108 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2124 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2129 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2133 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel() 2138 LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32h7rsxx_hal_adc.c | 2809 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 2954 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 2959 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel() 2964 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2979 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel() 2984 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 2988 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel() 2993 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_adc_ex.c | 1835 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local 2316 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel() 2320 …onfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2324 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2338 …f ((sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2342 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel() 2345 …(sConfigInjected->InjectedChannel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_AD… in HAL_ADCEx_InjectedConfigChannel() 2349 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32h7xx_hal_adc.c | 2823 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local 3039 …tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel() 3047 …if ((sConfig->Channel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_IN… in HAL_ADC_ConfigChannel() 3051 …DC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 3065 …else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel() 3069 …__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel() 3072 …else if ((sConfig->Channel == ADC_CHANNEL_VREFINT) && ((tmp_config_internal_channel & LL_ADC_PATH_… in HAL_ADC_ConfigChannel() 3076 …L_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
|