Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c48 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()
75systimer_counter_value_t alarm = { .val = MAX(timestamp * SYSTIMER_LL_TICKS_PER_US, now_time + off… in systimer_hal_set_alarm_target()
114systimer_counter_value_t new_count = { .val = systimer_hal_get_counter_value(hal, counter_id) + ti… in systimer_hal_counter_value_advance()
/hal_espressif-3.6.0/components/hal/include/hal/
Dsystimer_types.h36 } systimer_counter_value_t; typedef
39 _Static_assert(sizeof(systimer_counter_value_t) == 8, "systimer_counter_value_t should occupy 8 byt…