Searched defs:dispatch_method (Results 1 – 2 of 2) sorted by relevance
155 esp_timer_dispatch_t dispatch_method = result->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_create() local182 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_restart() local229 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_start_once() local264 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_start_periodic() local290 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_stop() local338 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_insert() local362 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_remove() local385 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in timer_insert_inactive() local427 static IRAM_ATTR bool timer_process_alarm(esp_timer_dispatch_t dispatch_method) in timer_process_alarm()
73 esp_timer_dispatch_t dispatch_method; //!< Call the callback from task or from ISR member