Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dsystimer_hal.c53 uint32_t lo, lo_start, hi; in systimer_hal_get_counter_value() local
62 lo_start = systimer_ll_get_counter_value_low(hal->dev, counter_id); in systimer_hal_get_counter_value()
64 lo = lo_start; in systimer_hal_get_counter_value()
66 lo_start = systimer_ll_get_counter_value_low(hal->dev, counter_id); in systimer_hal_get_counter_value()
67 } while (lo_start != lo); in systimer_hal_get_counter_value()
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_lac.c114 uint32_t lo_start = REG_READ(COUNT_LO_REG); in esp_timer_impl_get_counter_reg() local
122 } while (lo == lo_start && div-- > 0); in esp_timer_impl_get_counter_reg()
130 lo_start = lo; in esp_timer_impl_get_counter_reg()
133 } while (lo != lo_start); in esp_timer_impl_get_counter_reg()