ESP-IDF
mcpwm_capture_timer_sync_phase_config_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
mcpwm_capture_timer_sync_phase_config_t
mcpwm_capture_timer_sync_phase_config_t struct
MCPWM Capture timer sync phase configuration
Syntax
Show:
Summary
Declaration
from
mcpwm_cap.h:118
typedef
struct
{
mcpwm_sync_handle_t
sync_src
;
uint32_t
count_value
;
mcpwm_timer_direction_t
direction
;
}
mcpwm_capture_timer_sync_phase_config_t
;
Fields
Field
Declared as
Description
mcpwm_capture_timer_sync_phase_config_t::sync_src
mcpwm_sync_handle_t
The sync event source.
mcpwm_capture_timer_sync_phase_config_t::count_value
uint32_t
The count value that should lock to upon sync event.
mcpwm_capture_timer_sync_phase_config_t::direction
mcpwm_timer_direction_t
The count direction that should lock to upon sync event.
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