Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c513 ErrorStatus LL_ADC_DeInit(ADC_TypeDef *pADCx) in LL_ADC_DeInit() argument
519 assert_param(IS_ADC_ALL_INSTANCE(pADCx)); in LL_ADC_DeInit()
522 if (LL_ADC_IsEnabled(pADCx) == 1UL) in LL_ADC_DeInit()
525 if (LL_ADC_REG_IsConversionOngoing(pADCx) != 0UL) in LL_ADC_DeInit()
527 if (LL_ADC_REG_IsStopConversionOngoing(pADCx) == 0UL) in LL_ADC_DeInit()
529 LL_ADC_REG_StopConversion(pADCx); in LL_ADC_DeInit()
535 if (pADCx != ADC4) /* ADC1 or ADC2 */ in LL_ADC_DeInit()
537 while ((LL_ADC_REG_IsStopConversionOngoing(pADCx) in LL_ADC_DeInit()
538 | LL_ADC_INJ_IsStopConversionOngoing(pADCx)) == 1UL) in LL_ADC_DeInit()
551 while (LL_ADC_REG_IsStopConversionOngoing(pADCx) == 1UL) in LL_ADC_DeInit()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h9058 ErrorStatus LL_ADC_DeInit(ADC_TypeDef *pADCx);
9061 ErrorStatus LL_ADC_Init(ADC_TypeDef *pADCx, LL_ADC_InitTypeDef *pADC_InitStruct);
9062 void LL_ADC_StructInit(const ADC_TypeDef *pADCx, LL_ADC_InitTypeDef *pADC_InitStruct);
9065 ErrorStatus LL_ADC_REG_Init(ADC_TypeDef *pADCx, LL_ADC_REG_InitTypeDef *pADC_RegInitStruct);
9066 void LL_ADC_REG_StructInit(const ADC_TypeDef *pADCx, LL_ADC_REG_InitTypeDef *pADC_RegInitStr…
9069 ErrorStatus LL_ADC_INJ_Init(ADC_TypeDef *pADCx, LL_ADC_INJ_InitTypeDef *pADC_InjInitStruct);