ESP-IDF
mcpwm_capture_timer_sync_phase_config_t::direction
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::direction
mcpwm_capture_timer_sync_phase_config_t::direction field
The count direction that should lock to upon sync event
Syntax
Show:
Summary
Declaration
from
mcpwm_cap.h:121
mcpwm_timer_direction_t
direction
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_timer_direction_t
direction
;
/*!< The count direction that should lock to upon sync event */
mcpwm_cap.h:121
ESP_RETURN_ON_FALSE
(
config
->
direction
==
MCPWM_TIMER_DIRECTION_UP
,
ESP_ERR_INVALID_ARG
,
TAG
,
"invalid sync direction"
)
;
mcpwm_cap.c:447
mcpwm_capture_timer_set_phase_on_sync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_capture_timer_sync_phase_config_t::direction
is read by 1 function:
All items filtered out
mcpwm_capture_timer_sync_phase_config_t::direction
mcpwm_capture_timer_set_phase_on_sync()
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