Home
last modified time | relevance | path

Searched refs:timer_hal_context_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtimer_hal.h29 } timer_hal_context_t; typedef
38 void timer_hal_init(timer_hal_context_t *hal, uint32_t group_num, uint32_t timer_num);
45 void timer_hal_deinit(timer_hal_context_t *hal);
53 void timer_hal_set_counter_value(timer_hal_context_t *hal, uint64_t load_val);
61 uint64_t timer_hal_capture_and_get_counter_value(timer_hal_context_t *hal);
/hal_espressif-latest/components/hal/
Dtimer_hal.c12 void timer_hal_init(timer_hal_context_t *hal, uint32_t group_num, uint32_t timer_num) in timer_hal_init()
28 void timer_hal_deinit(timer_hal_context_t *hal) in timer_hal_deinit()
42 void timer_hal_set_counter_value(timer_hal_context_t *hal, uint64_t load_val) in timer_hal_set_counter_value()
58 uint64_t timer_hal_capture_and_get_counter_value(timer_hal_context_t *hal) in timer_hal_capture_and_get_counter_value()
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c45 timer_hal_context_t hal;
205 timer_hal_context_t *hal = &timer_obj->hal; in timer_isr_default()
255 timer_hal_context_t *hal = &p_timer_obj[group_num][timer_num]->hal; in timer_isr_register()
306 timer_hal_context_t *hal = &p_timer_obj[group_num][timer_num]->hal; in timer_init()
344 timer_hal_context_t *hal = &p_timer_obj[group_num][timer_num]->hal; in timer_deinit()