Home
last modified time | relevance | path

Searched refs:dispatch_method (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c142 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() local
156 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() local
183 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 …]
Dets_timer_legacy.c64 .dispatch_method = ESP_TIMER_TASK in ets_timer_setfn()
/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
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt_impl_esp_timer.c45 .dispatch_method = ESP_TIMER_ISR, in esp_task_wdt_impl_timer_allocate()
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c179 tca.dispatch_method = ESP_TIMER_TASK; in osi_alarm_new()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c470 .dispatch_method = ESP_TIMER_TASK, in touch_pad_filter_start()