Searched refs:lo_start (Results 1 – 2 of 2) sorted by relevance
53 uint32_t lo, lo_start, hi; in systimer_hal_get_counter_value() local62 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()
114 uint32_t lo_start = REG_READ(COUNT_LO_REG); in esp_timer_impl_get_counter_reg() local122 } 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()