Searched refs:tmp_config_common_path_internal_channel (Results 1 – 2 of 2) sorted by relevance
1764 uint32_t tmp_config_common_path_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local2076 …tmp_config_common_path_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(… in HAL_ADCEx_InjectedConfigChannel()2082 && ((tmp_config_common_path_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()2087 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_common_path_internal_channel); in HAL_ADCEx_InjectedConfigChannel()2091 && ((tmp_config_common_path_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()2096 … LL_ADC_PATH_INTERNAL_VBAT | tmp_config_common_path_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
2734 uint32_t tmp_config_common_path_internal_channel; in HAL_ADC_ConfigChannel() local2881 tmp_config_common_path_internal_channel = in HAL_ADC_ConfigChannel()2887 && ((tmp_config_common_path_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel()2892 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_common_path_internal_channel); in HAL_ADC_ConfigChannel()2896 && ((tmp_config_common_path_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADC_ConfigChannel()2901 … LL_ADC_PATH_INTERNAL_VBAT | tmp_config_common_path_internal_channel); in HAL_ADC_ConfigChannel()