Searched refs:tmp_config_path_internal_channel (Results 1 – 2 of 2) sorted by relevance
1765 uint32_t tmp_config_path_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local2077 tmp_config_path_internal_channel = LL_ADC_GetPathInternalCh(hadc->Instance); in HAL_ADCEx_InjectedConfigChannel()2100 && ((tmp_config_path_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL))) in HAL_ADCEx_InjectedConfigChannel()2104 …SetPathInternalCh(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_path_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
2735 uint32_t tmp_config_path_internal_channel; in HAL_ADC_ConfigChannel() local2883 tmp_config_path_internal_channel = LL_ADC_GetPathInternalCh(hadc->Instance); in HAL_ADC_ConfigChannel()2905 && ((tmp_config_path_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL))) in HAL_ADC_ConfigChannel()2909 …SetPathInternalCh(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_path_internal_channel); in HAL_ADC_ConfigChannel()