Home
last modified time | relevance | path

Searched refs:LL_ADC_PATH_INTERNAL_TEMPSENSOR (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc.c2837 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADC_ConfigChannel()
2839 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADC_ConfigChannel()
2890 …monPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp… in HAL_ADC_ConfigChannel()
3057 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADC_ConfigChannel()
3061 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADC_ConfigChannel()
3682 …onPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0… in ADC_Enable()
Dstm32wbxx_hal_adc_ex.c1599 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADCEx_InjectedConfigChannel()
1603 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc.c2350 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2353LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2403 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2818 …etCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc.c2258 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2261LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2317 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2732 …etCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc.c2250 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2253LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2309 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2724 …etCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc.c2360 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2363LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2419 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2834 …etCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc.c2304 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2307LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2357 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2750 …etCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance)) & LL_ADC_PATH_INTERNAL_TEMPSENSOR) in ADC_Enable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c3492 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
3497LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3651 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
3654LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3743 … ~LL_ADC_PATH_INTERNAL_TEMPSENSOR & tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
Dstm32u5xx_hal_adc_ex.c2386 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2391LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc.c2959 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2964LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3515 & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0UL) in ADC_Enable()
Dstm32h7rsxx_hal_adc_ex.c2103 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2108LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc.c2886 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2891LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3428 & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0UL) in ADC_Enable()
Dstm32l4xx_hal_adc_ex.c2039 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2044LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc.c2852 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2857LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3407 & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0UL) in ADC_Enable()
Dstm32l5xx_hal_adc_ex.c2037 ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2042LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc.c2965 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2970LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3521 & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0UL) in ADC_Enable()
Dstm32h5xx_hal_adc_ex.c2111 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2116LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc.c2914 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2919LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
3463 & LL_ADC_PATH_INTERNAL_TEMPSENSOR) != 0UL) in ADC_Enable()
Dstm32g4xx_hal_adc_ex.c2048 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2053LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c2108 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADCEx_InjectedConfigChannel()
2112 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADCEx_InjectedConfigChannel()
Dstm32mp1xx_hal_adc.c2844 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADC_ConfigChannel()
2848 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c2320 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADCEx_InjectedConfigChannel()
2324 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7xx_hal_adc.c3047 …= ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0… in HAL_ADC_ConfigChannel()
3051 …mmonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h370 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSEN) /*!< ADC measurement path to inte… macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h442 #define LL_ADC_PATH_INTERNAL_TEMPSENSOR (ADC_CCR_TSEN) /*!< ADC measurement path to inte… macro

12