Home
last modified time | relevance | path

Searched defs:dispatch_method (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c155 esp_timer_dispatch_t dispatch_method = result->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_create() local
182 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_restart() local
229 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_start_once() local
264 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_start_periodic() local
290 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_stop() local
338 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_insert() local
362 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_remove() local
385 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_insert_inactive() local
427 static IRAM_ATTR bool timer_process_alarm(esp_timer_dispatch_t dispatch_method) in timer_process_alarm()
/hal_espressif-latest/components/esp_timer/include/
Desp_timer.h73 esp_timer_dispatch_t dispatch_method; //!< Call the callback from task or from ISR member