Home
last modified time | relevance | path

Searched refs:esp_timer_isr_dispatch_need_yield (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_timer/include/
Desp_timer.h251 void esp_timer_isr_dispatch_need_yield(void);
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer.c403 IRAM_ATTR void esp_timer_isr_dispatch_need_yield(void) in esp_timer_isr_dispatch_need_yield() function
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_timer.rst66 …FROM_ISR()``, instead of this you should use the :cpp:func:`esp_timer_isr_dispatch_need_yield` fun…
/hal_espressif-3.6.0/components/esp_timer/test/
Dtest_esp_timer.c1052 esp_timer_isr_dispatch_need_yield(); in isr_callback1()