Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c32 uint32_t lo, lo_start, hi; in systimer_hal_get_counter_value() local
41 lo_start = systimer_ll_get_counter_value_low(hal->dev, counter_id); in systimer_hal_get_counter_value()
43 lo = lo_start; in systimer_hal_get_counter_value()
45 lo_start = systimer_ll_get_counter_value_low(hal->dev, counter_id); in systimer_hal_get_counter_value()
46 } while (lo_start != lo); in systimer_hal_get_counter_value()
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_lac.c135 uint32_t lo_start = REG_READ(COUNT_LO_REG); in esp_timer_impl_get_counter_reg() local
143 } while (lo == lo_start && div-- > 0); in esp_timer_impl_get_counter_reg()
151 lo_start = lo; in esp_timer_impl_get_counter_reg()
154 } while (lo != lo_start); in esp_timer_impl_get_counter_reg()