Searched refs:dispatch_method (Results 1 – 6 of 6) sorted by relevance
142 args->dispatch_method < 0 || args->dispatch_method >= ESP_TIMER_MAX) { in esp_timer_create()151 result->flags = (args->dispatch_method ? FL_ISR_DISPATCH_METHOD : 0) | in esp_timer_create()155 esp_timer_dispatch_t dispatch_method = result->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_create() local156 timer_list_lock(dispatch_method); in esp_timer_create()158 timer_list_unlock(dispatch_method); in esp_timer_create()182 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_restart() local183 timer_list_lock(dispatch_method); in esp_timer_restart()186 timer_list_unlock(dispatch_method); in esp_timer_restart()215 timer_list_unlock(dispatch_method); in esp_timer_restart()229 esp_timer_dispatch_t dispatch_method = timer->flags & FL_ISR_DISPATCH_METHOD; in esp_timer_start_once() local[all …]
64 .dispatch_method = ESP_TIMER_TASK in ets_timer_setfn()
73 esp_timer_dispatch_t dispatch_method; //!< Call the callback from task or from ISR member
45 .dispatch_method = ESP_TIMER_ISR, in esp_task_wdt_impl_timer_allocate()
179 tca.dispatch_method = ESP_TIMER_TASK; in osi_alarm_new()
470 .dispatch_method = ESP_TIMER_TASK, in touch_pad_filter_start()