Searched refs:ESP_TIMER_ISR (Results 1 – 5 of 5) sorted by relevance
48 … Allows using ESP_TIMER_ISR dispatch method (ESP_TIMER_TASK dispatch method is also avalible).50 … - ESP_TIMER_ISR - Timer callbacks are dispatched directly from the timer interrupt handler.
62 ESP_TIMER_ISR, //!< Callback is called from timer ISR enumerator
33 - ``ESP_TIMER_ISR``. Available only if :ref:`CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD` is enab…39 ``ESP_TIMER_ISR``. Timer callbacks are dispatched directly from the timer interrupt handler. This m…66 Timer callbacks which are processed by ``ESP_TIMER_ISR`` method should not call the context switch …
950 .dispatch_method = ESP_TIMER_ISR,1007 .dispatch_method = ESP_TIMER_ISR,1066 .dispatch_method = ESP_TIMER_ISR,1121 .dispatch_method = ESP_TIMER_ISR,
416 isr_timers_processed = timer_process_alarm(ESP_TIMER_ISR); in timer_alarm_handler()