sysview_tracing sample
example_event_data_t
is only used within sysview_tracing sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
sysview_tracing sample
example_event_data_t
example_event_data_t struct
Syntax
Show:
Summary
Declaration
from
sysview_tracing.c:79
typedef
struct
{
gptimer_handle_t
gptimer
;
int
count
;
TaskHandle_t
thnd
;
uint64_t
period
;
char
task_name
[
32
]
;
}
example_event_data_t
;
Fields
Field
Declared as
example_event_data_t::gptimer
gptimer_handle_t
example_event_data_t::count
int
example_event_data_t::thnd
TaskHandle_t
example_event_data_t::period
uint64_t
example_event_data_t::task_name
char
[
32
]
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out