Home
last modified time | relevance | path

Searched refs:esp_pm_trace_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_pm/include/esp_private/
Dpm_trace.h31 } esp_pm_trace_event_t; typedef
34 void esp_pm_trace_enter(esp_pm_trace_event_t event, int core_id);
35 void esp_pm_trace_exit(esp_pm_trace_event_t event, int core_id);
/hal_espressif-latest/components/esp_pm/
Dpm_trace.c60 void IRAM_ATTR esp_pm_trace_enter(esp_pm_trace_event_t event, int core_id) in esp_pm_trace_enter()
65 void IRAM_ATTR esp_pm_trace_exit(esp_pm_trace_event_t event, int core_id) in esp_pm_trace_exit()