ESP-IDF
+
0
/1 examples
SourceVu will show references to
gpio_etm_event_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
gpio_etm_event_config_t
gpio_etm_event_config_t struct
GPIO ETM event configuration If more than one kind of ETM edge event want to be triggered on the same GPIO pin, you can configure them together. It helps to save GPIO ETM event channel resources for other GPIOs.
Syntax
Show:
Summary
Declaration
from
gpio_etm.h:34
typedef
struct
{
union
{
gpio_etm_event_edge_t
edge
;
gpio_etm_event_edge_t
edges
[
GPIO_ETM_EVENT_EDGE_TYPES
]
;
}
;
}
gpio_etm_event_config_t
;
Examples
gpio_etm_event_config_t
is referenced by 1 libraries and example projects:
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