Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c458 __IO uint32_t timeout_cpu_cycles = 0UL; in LL_ADC_DeInit() local
495 timeout_cpu_cycles = ADC_TIMEOUT_STOP_CONVERSION_CPU_CYCLES; in LL_ADC_DeInit()
499 timeout_cpu_cycles--; in LL_ADC_DeInit()
500 if (timeout_cpu_cycles == 0UL) in LL_ADC_DeInit()
517 timeout_cpu_cycles = ADC_TIMEOUT_DISABLE_CPU_CYCLES; in LL_ADC_DeInit()
520 timeout_cpu_cycles--; in LL_ADC_DeInit()
521 if (timeout_cpu_cycles == 0UL) in LL_ADC_DeInit()