Home
last modified time | relevance | path

Searched refs:timer_isr_handle_t (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dtimer.h41 typedef intr_handle_t timer_isr_handle_t; typedef
251 …_idx_t timer_num, void (*fn)(void *), void *arg, int intr_alloc_flags, timer_isr_handle_t *handle);
/hal_espressif-3.6.0/components/app_trace/test/
Dtest_trace.c186 timer_isr_handle_t *inth = NULL; in esp_apptrace_dummy_task()
192 inth = pvPortMalloc(arg->timers_num * sizeof(timer_isr_handle_t)); in esp_apptrace_dummy_task()
197 memset(inth, 0, arg->timers_num * sizeof(timer_isr_handle_t)); in esp_apptrace_dummy_task()
243 timer_isr_handle_t *inth = NULL; in esp_apptrace_test_task()
249 inth = pvPortMalloc(arg->timers_num * sizeof(timer_isr_handle_t)); in esp_apptrace_test_task()
254 memset(inth, 0, arg->timers_num * sizeof(timer_isr_handle_t)); in esp_apptrace_test_task()
827 timer_isr_handle_t inth; in esp_sysviewtrace_test_task()
/hal_espressif-3.6.0/components/freemodbus/port/
Dporttimer.c67 static timer_isr_handle_t xTimerIntHandle; // Timer interrupt handle
Dporttimer_m.c60 static timer_isr_handle_t xTimerIntHandle; // Timer interrupt handle
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/
Dsysview_tracing.c136 timer_isr_handle_t inth; in example_task()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_freertos_eventgroups.c140 static timer_isr_handle_t isr_handle;
Dtest_task_suspend_resume.c172 timer_isr_handle_t isr_handle; in test_resume_task_from_isr()
/hal_espressif-3.6.0/components/driver/
Dtimer.c37 timer_isr_handle_t timer_isr_handle; /*!< interrupt handle */
255 … void (*fn)(void *), void *arg, int intr_alloc_flags, timer_isr_handle_t *handle) in timer_isr_register()
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_intr_alloc.c66 timer_isr_handle_t inth[SOC_TIMER_GROUP_TOTAL_TIMERS]; in timer_test()
Dtest_dport.c350 timer_isr_handle_t inth;
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Diot_light.c83 …timer_idx_t *timer_id, bool auto_reload, double timer_interval_sec, timer_isr_handle_t *isr_handle) in iot_timer_create()
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DREADME.md45 timer_isr_handle_t inth;
/hal_espressif-3.6.0/components/driver/test/
Dtest_timer.c805 timer_isr_handle_t timer_isr_handle[TIMER_GROUP_MAX * TIMER_MAX];