Home
last modified time | relevance | path

Searched refs:systimer_hal_context_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dsystimer_hal.h29 } systimer_hal_context_t; typedef
34 void systimer_hal_init(systimer_hal_context_t *hal);
39 void systimer_hal_enable_counter(systimer_hal_context_t *hal, uint32_t counter_id);
44 uint64_t systimer_hal_get_counter_value(systimer_hal_context_t *hal, uint32_t counter_id);
49 uint64_t systimer_hal_get_time(systimer_hal_context_t *hal, uint32_t counter_id);
54 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t target);
59 void systimer_hal_set_alarm_period(systimer_hal_context_t *hal, uint32_t alarm_id, uint32_t period);
64 uint64_t systimer_hal_get_alarm_value(systimer_hal_context_t *hal, uint32_t alarm_id);
69 void systimer_hal_enable_alarm_int(systimer_hal_context_t *hal, uint32_t alarm_id);
74 void systimer_hal_select_alarm_mode(systimer_hal_context_t *hal, uint32_t alarm_id, systimer_alarm_…
[all …]
/hal_espressif-3.6.0/components/hal/
Dsystimer_hal.c23 void systimer_hal_init(systimer_hal_context_t *hal) in systimer_hal_init()
30 uint64_t systimer_hal_get_counter_value(systimer_hal_context_t *hal, uint32_t counter_id) in systimer_hal_get_counter_value()
56 uint64_t systimer_hal_get_time(systimer_hal_context_t *hal, uint32_t counter_id) in systimer_hal_get_time()
62 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t target) in systimer_hal_set_alarm_target()
71 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t timesta… in systimer_hal_set_alarm_target()
94 void systimer_hal_set_alarm_period(systimer_hal_context_t *hal, uint32_t alarm_id, uint32_t period) in systimer_hal_set_alarm_period()
102 uint64_t systimer_hal_get_alarm_value(systimer_hal_context_t *hal, uint32_t alarm_id) in systimer_hal_get_alarm_value()
107 void systimer_hal_enable_alarm_int(systimer_hal_context_t *hal, uint32_t alarm_id) in systimer_hal_enable_alarm_int()
112 void systimer_hal_counter_value_advance(systimer_hal_context_t *hal, uint32_t counter_id, int64_t t… in systimer_hal_counter_value_advance()
119 void systimer_hal_enable_counter(systimer_hal_context_t *hal, uint32_t counter_id) in systimer_hal_enable_counter()
[all …]
/hal_espressif-3.6.0/components/freertos/port/
Dport_systick.c79 static systimer_hal_context_t systimer_hal; in vPortSetupTimer()
124 systimer_hal_context_t *systimer_hal = (systimer_hal_context_t *)arg; in SysTickIsrHandler()
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer_impl_systimer.c50 static systimer_hal_context_t systimer_hal;