8#include <esp_task_wdt.h>
9#include <freertos/FreeRTOS.h>
10#include <freertos/task.h>
28__attribute__((always_inline))
inline bool in_isr_context() {
return xPortInIsrContext() != 0; }
struct @65::@66 __attribute__
Wake the main loop task from an ISR. ISR-safe.
uint32_t arch_get_cpu_cycle_count()
void IRAM_ATTR HOT delayMicroseconds(uint32_t us)
uint32_t arch_get_cpu_freq_hz()
uint32_t IRAM_ATTR HOT micros()
void delay_microseconds_safe(uint32_t us)
Delay for the given amount of microseconds, possibly yielding to other processes during the wait.
void HOT delay(uint32_t ms)
uint32_t IRAM_ATTR HOT millis()
int64_t esp_timer_get_time(void)