ESP-IDF
esp_pm_trace_event_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_pm_trace_event_t
esp_pm_trace_event_t enum
Syntax
Show:
Summary
Declaration
from
pm_trace.h:15
enum
{
ESP_PM_TRACE_IDLE
,
ESP_PM_TRACE_TICK
,
ESP_PM_TRACE_FREQ_SWITCH
,
ESP_PM_TRACE_CCOMPARE_UPDATE
,
ESP_PM_TRACE_ISR_HOOK
,
ESP_PM_TRACE_SLEEP
,
ESP_PM_TRACE_TYPE_MAX
}
;
Values
Value
Declared as
esp_pm_trace_event_t::ESP_PM_TRACE_IDLE
esp_pm_trace_event_t::ESP_PM_TRACE_TICK
esp_pm_trace_event_t::ESP_PM_TRACE_FREQ_SWITCH
esp_pm_trace_event_t::ESP_PM_TRACE_CCOMPARE_UPDATE
esp_pm_trace_event_t::ESP_PM_TRACE_ISR_HOOK
esp_pm_trace_event_t::ESP_PM_TRACE_SLEEP
esp_pm_trace_event_t::ESP_PM_TRACE_TYPE_MAX
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
pm_trace.h:15
}
esp_pm_trace_event_t
;
pm_trace.h:23
void
IRAM_ATTR
esp_pm_trace_enter
(
esp_pm_trace_event_t
event
,
int
core_id
)
pm_trace.c:65
esp_pm_trace_enter()
esp_pm_trace_enter()::event
void
IRAM_ATTR
esp_pm_trace_exit
(
esp_pm_trace_event_t
event
,
int
core_id
)
pm_trace.c:70
esp_pm_trace_exit()
esp_pm_trace_exit()::event
}
esp_pm_trace_event_t
;
pm_trace.h:23
esp_pm_trace_event_t
void
esp_pm_trace_enter
(
esp_pm_trace_event_t
event
,
int
core_id
)
;
pm_trace.h:26
esp_pm_trace_enter()
esp_pm_trace_enter()::event
void
esp_pm_trace_exit
(
esp_pm_trace_event_t
event
,
int
core_id
)
;
pm_trace.h:27
esp_pm_trace_exit()
esp_pm_trace_exit()::event
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp_pm_trace_enter()::event
esp_pm_trace_enter()
pm_trace.h:26
esp_pm_trace_exit()::event
esp_pm_trace_exit()
pm_trace.h:27
esp_pm_trace_enter()::event
esp_pm_trace_enter()
pm_trace.c:65
esp_pm_trace_exit()::event
esp_pm_trace_exit()
pm_trace.c:70
Lifecycle
from
examples
All items filtered out
All items filtered out