Searched refs:SYSTIMER_LL_TICKS_PER_US (Results 1 – 6 of 6) sorted by relevance
58 return systimer_hal_get_counter_value(hal, counter_id) / SYSTIMER_LL_TICKS_PER_US; in systimer_hal_get_time()64 systimer_counter_value_t alarm = { .val = target * SYSTIMER_LL_TICKS_PER_US}; in systimer_hal_set_alarm_target()73 int64_t offset = SYSTIMER_LL_TICKS_PER_US * 2; in systimer_hal_set_alarm_target()75 …systimer_counter_value_t alarm = { .val = MAX(timestamp * SYSTIMER_LL_TICKS_PER_US, now_time + off… in systimer_hal_set_alarm_target()84 offset += -1 * delta + SYSTIMER_LL_TICKS_PER_US * 2; in systimer_hal_set_alarm_target()97 systimer_ll_set_alarm_period(hal->dev, alarm_id, period * SYSTIMER_LL_TICKS_PER_US); in systimer_hal_set_alarm_period()114 … = { .val = systimer_hal_get_counter_value(hal, counter_id) + time_us * SYSTIMER_LL_TICKS_PER_US }; in systimer_hal_counter_value_advance()177 if (apb_ticks_per_us != SYSTIMER_LL_TICKS_PER_US) { in systimer_hal_on_apb_freq_update()178 …HAL_ASSERT((SYSTIMER_LL_TICKS_PER_US % apb_ticks_per_us) == 0 && "TICK_PER_US should be divisible … in systimer_hal_on_apb_freq_update()179 systimer_ll_set_step_for_xtal(hal->dev, SYSTIMER_LL_TICKS_PER_US / apb_ticks_per_us); in systimer_hal_on_apb_freq_update()
74 …ystimer_hal_get_counter_value(&systimer_hal, SYSTIMER_LL_COUNTER_CLOCK) / SYSTIMER_LL_TICKS_PER_US; in esp_timer_impl_get_time()
26 #define SYSTIMER_LL_TICKS_PER_US (16) // 16 systimer ticks == 1us macro
24 #define SYSTIMER_LL_TICKS_PER_US (80) // 80 systimer ticks == 1us macro
27 #define SYSTIMER_LL_TICKS_PER_US (16) // 16 systimer ticks == 1us macro