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