ESP-IDF
cap_event_data_t
is only used within ESP-IDF.
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
cap_event_data_t
cap_event_data_t struct
event data that will be passed into ISR callback
Syntax
Show:
Summary
Declaration
from
mcpwm_types_legacy.h:246
typedef
struct
{
mcpwm_capture_on_edge_t
cap_edge
;
uint32_t
cap_value
;
}
cap_event_data_t
;
Fields
Field
Declared as
Description
cap_event_data_t::cap_edge
mcpwm_capture_on_edge_t
Which signal edge is detected.
cap_event_data_t::cap_value
uint32_t
Corresponding timestamp when event occurs. Clock rate = APB(usually 80M).
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