Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c375 …if (((hadc->State & HAL_ADC_STATE_ERROR_INTERNAL) == 0UL) && (LL_ADC_IsConversionOngoing(hadc->Ins… in HAL_ADC_Init()
2212 if (LL_ADC_IsConversionOngoing(hadc->Instance) == 0UL) in HAL_ADC_ConfigChannel()
2341 if (LL_ADC_IsConversionOngoing(hadc->Instance) == 0UL) in HAL_ADC_AnalogWDGConfig()
2518 is_conversion_on = LL_ADC_IsConversionOngoing(hadc->Instance); in ADC_ConversionStop()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h1804 __STATIC_INLINE uint32_t LL_ADC_IsConversionOngoing(const ADC_TypeDef *ADCx) in LL_ADC_IsConversionOngoing() function