Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c368 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *pADCxy_COMMON) in LL_ADC_CommonDeInit() argument
371 assert_param(IS_ADC_COMMON_INSTANCE(pADCxy_COMMON)); in LL_ADC_CommonDeInit()
373 if (pADCxy_COMMON == ADC12_COMMON) in LL_ADC_CommonDeInit()
408 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *pADCxy_COMMON, LL_ADC_CommonInitTypeDef *pADC_Com… in LL_ADC_CommonInit() argument
413 assert_param(IS_ADC_COMMON_INSTANCE(pADCxy_COMMON)); in LL_ADC_CommonInit()
430 if (__LL_ADC_IS_ENABLED_ALL_COMMON_INSTANCE(pADCxy_COMMON) == 0UL) in LL_ADC_CommonInit()
444 MODIFY_REG(pADCxy_COMMON->CCR, in LL_ADC_CommonInit()
458 MODIFY_REG(pADCxy_COMMON->CCR, in LL_ADC_CommonInit()
469 LL_ADC_SetCommonClock(pADCxy_COMMON, pADC_CommonInitStruct->CommonClock); in LL_ADC_CommonInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h9052 ErrorStatus LL_ADC_CommonDeInit(ADC_Common_TypeDef *pADCxy_COMMON);
9053 ErrorStatus LL_ADC_CommonInit(ADC_Common_TypeDef *pADCxy_COMMON, LL_ADC_CommonInitTypeDef *pADC_Com…