Home
last modified time | relevance | path

Searched refs:LL_ADC_REG_StartConversion (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc.c1301 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADC_Start()
1323 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADC_Start()
1855 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADC_Start_IT()
1909 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADC_Start_IT()
2089 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADC_Start_DMA()
H A Dstm32l4xx_hal_adc_ex.c949 LL_ADC_REG_StartConversion(hadc->Instance); in HAL_ADCEx_MultiModeStart_DMA()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_adc.h6119 __STATIC_INLINE void LL_ADC_REG_StartConversion(ADC_TypeDef *ADCx) in LL_ADC_REG_StartConversion() function