Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1764 uint32_t tmp_config_common_path_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local
2076tmp_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()
Dstm32n6xx_hal_adc.c2734 uint32_t tmp_config_common_path_internal_channel; in HAL_ADC_ConfigChannel() local
2881 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()