Home
last modified time | relevance | path

Searched refs:LL_ADC_PATH_INTERNAL_VDDCORE (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h711 #define LL_ADC_PATH_INTERNAL_VDDCORE (ADC2_OR_VDDCOREEN) /*!< ADC measurement path to inte… macro
2386 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalCh()
2438 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalChAdd()
2479 if(PathInternal == LL_ADC_PATH_INTERNAL_VDDCORE) in LL_ADC_SetCommonPathInternalChRem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c2100 && ((tmp_config_path_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL))) in HAL_ADCEx_InjectedConfigChannel()
2104 …LL_ADC_SetPathInternalCh(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_path_internal_c… in HAL_ADCEx_InjectedConfigChannel()
Dstm32n6xx_hal_adc.c2905 && ((tmp_config_path_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL))) in HAL_ADC_ConfigChannel()
2909 …LL_ADC_SetPathInternalCh(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE | tmp_config_path_internal_c… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c2140 …nnel == ADC_CHANNEL_VCORE) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL… in HAL_ADCEx_InjectedConfigChannel()
2144 …ommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VDDCORE | tmp_c… in HAL_ADCEx_InjectedConfigChannel()
Dstm32mp1xx_hal_adc.c2876 …nnel == ADC_CHANNEL_VCORE) && ((tmp_config_internal_channel & LL_ADC_PATH_INTERNAL_VDDCORE) == 0UL… in HAL_ADC_ConfigChannel()
2880 …ommonPathInternalCh(__LL_ADC_COMMON_INSTANCE(hadc->Instance), LL_ADC_PATH_INTERNAL_VDDCORE | tmp_c… in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h820 #define LL_ADC_PATH_INTERNAL_VDDCORE (ADC_OR_OP2 << ADC_PATH_INTERNAL_POS) /*!< AD… macro
964 … | LL_ADC_PATH_INTERNAL_VDDCORE) /*!< ADC internal channel
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c2145 LL_ADC_SetPathInternalChAdd(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7rsxx_hal_adc.c3000 LL_ADC_SetPathInternalChAdd(hadc->Instance, LL_ADC_PATH_INTERNAL_VDDCORE); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_adc.h819 #define LL_ADC_PATH_INTERNAL_VDDCORE (ADC_OR_OP0) /*!< ADC measurement path to intern… macro