Lines Matching full:esp_timer
16 #include "esp_timer.h"
51 #define LOG_MODULE_NAME esp_timer
74 struct esp_timer { struct
90 LIST_ENTRY(esp_timer) list_entry; argument
106 __attribute__((unused)) static const char* TAG = "esp_timer";
109 static LIST_HEAD(esp_timer_list, esp_timer) s_timers[ESP_TIMER_MAX] = {
115 static LIST_HEAD(esp_inactive_timer_list, esp_timer) s_inactive_timers[ESP_TIMER_MAX] = {
165 * We have placed this function in IRAM to ensure consistency with the esp_timer API.
168 * in IRAM when PM_SLP_IRAM_OPT = y and ESP_TASK_WDT USE ESP_TIMER = y.
551 ESP_EARLY_LOGE(TAG, "Not enough memory to run esp_timer");
564 k_thread_name_set(tid, "esp_timer");