Home
last modified time | relevance | path

Searched refs:tmp_config_internal_channel (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc_ex.c1635 uint32_t tmp_config_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local
1998tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADCEx_InjectedConfigChannel()
2003 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_TEMPSENSOR) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2008 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
2023 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VBAT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2028 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
2032 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADCEx_InjectedConfigChannel()
2037 LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADCEx_InjectedConfigChannel()
H A Dstm32l4xx_hal_adc.c2703 uint32_t tmp_config_internal_channel; in HAL_ADC_ConfigChannel() local
2860tmp_config_internal_channel = LL_ADC_GetCommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instan… in HAL_ADC_ConfigChannel()
2864 …if ((sConfig->Channel == ADC_CHANNEL_TEMPSENSOR) && ((tmp_config_internal_channel & LL_ADC_PATH_IN… in HAL_ADC_ConfigChannel()
2869 … LL_ADC_PATH_INTERNAL_TEMPSENSOR | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2883 …else if ((sConfig->Channel == ADC_CHANNEL_VBAT) && ((tmp_config_internal_channel & LL_ADC_PATH_INT… in HAL_ADC_ConfigChannel()
2888 LL_ADC_PATH_INTERNAL_VBAT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()
2892 && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VREFINT) == 0UL)) in HAL_ADC_ConfigChannel()
2897 … LL_ADC_PATH_INTERNAL_VREFINT | tmp_config_internal_channel); in HAL_ADC_ConfigChannel()