Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_timer/include/
Desp_timer.h83 esp_timer_dispatch_t dispatch_method; //!< Call the callback from task or from ISR member
/device/soc/esp/esp32/components/esp_timer/src/
Desp_timer.c290 static void timer_process_alarm(esp_timer_dispatch_t dispatch_method) in timer_process_alarm()