ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_etm_channel_config_t
from the following samples and libraries:
gptimer_capture_hc_sr04 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
ESP-IDF
esp_etm_channel_config_t
esp_etm_channel_config_t struct
ETM channel configuration
Syntax
Show:
Summary
Declaration
from
esp_etm.h:34
typedef
struct
{
struct
etm_chan_flags
{
uint32_t
allow_pd
:
1
;
}
flags
;
}
esp_etm_channel_config_t
;
Fields
Field
Declared as
Description
esp_etm_channel_config_t::flags
struct
etm_chan_flags
{
uint32_t
allow_pd
:
1
;
}
Extra configuration flags for ETM channel ETM channel flags.
Examples
esp_etm_channel_config_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.h:34
}
esp_etm_channel_config_t
;
esp_etm.h:40
esp_etm_channel_config_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()::config
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()::config
esp_etm_new_channel()
esp_etm.h:56
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out