Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c474 if (LL_ADC_REG_IsStopConversionOngoing(ADCx) == 0UL) in LL_ADC_DeInit()
496 while ((LL_ADC_REG_IsStopConversionOngoing(ADCx) in LL_ADC_DeInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_adc.h6166 __STATIC_INLINE uint32_t LL_ADC_REG_IsStopConversionOngoing(ADC_TypeDef *ADCx) in LL_ADC_REG_IsStopConversionOngoing() function