ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_etm_channel_t
from the following samples and libraries:
gptimer_capture_hc_sr04 sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_etm_channel_t
esp_etm_channel_t struct
ETM channel handle
Syntax
Show:
Summary
Declaration
from
esp_etm.h:19
typedef
struct
esp_etm_channel_t
*
esp_etm_channel_handle_t
;
Related Functions
Found 5 other functions taking a
esp_etm_channel_t
argument:
Function
Description
esp_etm_new_channel()
Allocate an ETM channel
esp_etm_channel_enable()
Enable ETM channel
esp_etm_channel_connect()
Connect an ETM event to an ETM task via a previously allocated ETM channel
esp_etm_del_channel()
Delete an ETM channel
esp_etm_channel_disable()
Disable ETM channel
Examples
esp_etm_channel_t
is referenced by 1 libraries and example projects:
gptimer_capture_hc_sr04 sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
esp_etm_channel_t
*
esp_etm_channel_handle_t
;
esp_etm.h:19
esp_etm_channel_handle_t
esp_err_t
esp_etm_new_channel
(
const
esp_etm_channel_config_t
*
config
,
esp_etm_channel_handle_t
*
ret_chan
)
;
esp_etm.h:56
esp_etm_new_channel()
esp_etm_new_channel()::ret_chan
esp_err_t
esp_etm_del_channel
(
esp_etm_channel_handle_t
chan
)
;
esp_etm.h:67
esp_etm_del_channel()
esp_etm_del_channel()::chan
esp_err_t
esp_etm_channel_enable
(
esp_etm_channel_handle_t
chan
)
;
esp_etm.h:81
esp_etm_channel_enable()
esp_etm_channel_enable()::chan
esp_err_t
esp_etm_channel_disable
(
esp_etm_channel_handle_t
chan
)
;
esp_etm.h:95
esp_etm_channel_disable()
esp_etm_channel_disable()::chan
esp_err_t
esp_etm_channel_connect
(
esp_etm_channel_handle_t
chan
,
esp_etm_event_handle_t
event
,
esp_etm_task_handle_t
task
)
;
esp_etm.h:110
esp_etm_channel_connect()
esp_etm_channel_connect()::chan
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
esp_etm_new_channel()::ret_chan
esp_etm_new_channel()
esp_etm.h:56
esp_etm_del_channel()::chan
esp_etm_del_channel()
esp_etm.h:67
esp_etm_channel_enable()::chan
esp_etm_channel_enable()
esp_etm.h:81
esp_etm_channel_disable()::chan
esp_etm_channel_disable()
esp_etm.h:95
esp_etm_channel_connect()::chan
esp_etm_channel_connect()
esp_etm.h:110
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out