Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c726 uint32_t wait_loop_cycles = 0; in HAL_COMP_Start() local
751 wait_loop_cycles = COMP1_START_DELAY_CPU_CYCLES; in HAL_COMP_Start()
755 wait_loop_cycles = COMP2_START_DELAY_CPU_CYCLES; in HAL_COMP_Start()
760 while(wait_loop_index < wait_loop_cycles) in HAL_COMP_Start()