Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1683 if (LL_ADC_IsDMAModeDSEnabled(hadc->Instance)) in HAL_ADC_IRQHandler()
2601 if (LL_ADC_IsDMAModeDSEnabled(hadc->Instance) == 0UL) in ADC_DMAConvCplt()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h1392 __STATIC_INLINE uint32_t LL_ADC_IsDMAModeDSEnabled(const ADC_TypeDef *ADCx) in LL_ADC_IsDMAModeDSEnabled() function