Searched refs:timer_isr_handle_t (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | timer.h | 41 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/ |
D | test_trace.c | 186 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/ |
D | porttimer.c | 67 static timer_isr_handle_t xTimerIntHandle; // Timer interrupt handle
|
D | porttimer_m.c | 60 static timer_isr_handle_t xTimerIntHandle; // Timer interrupt handle
|
/hal_espressif-3.6.0/examples/system/sysview_tracing/main/ |
D | sysview_tracing.c | 136 timer_isr_handle_t inth; in example_task()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_freertos_eventgroups.c | 140 static timer_isr_handle_t isr_handle;
|
D | test_task_suspend_resume.c | 172 timer_isr_handle_t isr_handle; in test_resume_task_from_isr()
|
/hal_espressif-3.6.0/components/driver/ |
D | timer.c | 37 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/ |
D | test_intr_alloc.c | 66 timer_isr_handle_t inth[SOC_TIMER_GROUP_TOTAL_TIMERS]; in timer_test()
|
D | test_dport.c | 350 timer_isr_handle_t inth;
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | iot_light.c | 83 …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/ |
D | README.md | 45 timer_isr_handle_t inth;
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_timer.c | 805 timer_isr_handle_t timer_isr_handle[TIMER_GROUP_MAX * TIMER_MAX];
|