Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c1765 uint32_t tmp_config_path_internal_channel; in HAL_ADCEx_InjectedConfigChannel() local
2077 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()
Dstm32n6xx_hal_adc.c2735 uint32_t tmp_config_path_internal_channel; in HAL_ADC_ConfigChannel() local
2883 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()