Searched refs:systimer_counter_value_t (Results 1 – 2 of 2) sorted by relevance
48 systimer_counter_value_t result = { in systimer_hal_get_counter_value()64 systimer_counter_value_t alarm = { .val = target * SYSTIMER_LL_TICKS_PER_US}; 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()114 …systimer_counter_value_t new_count = { .val = systimer_hal_get_counter_value(hal, counter_id) + ti… in systimer_hal_counter_value_advance()
36 } systimer_counter_value_t; typedef39 _Static_assert(sizeof(systimer_counter_value_t) == 8, "systimer_counter_value_t should occupy 8 byt…