ESP-IDF
+
0
/1 examples
SourceVu will show references to
mcpwm_timer_sync_phase_config_t::direction
from the following samples and libraries:
mcpwm_sync 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
mcpwm_timer_sync_phase_config_t::direction
mcpwm_timer_sync_phase_config_t::direction field
The count direction that should lock to upon sync event
Syntax
Show:
Summary
Declaration
from
mcpwm_timer.h:153
mcpwm_timer_direction_t
direction
;
Examples
mcpwm_timer_sync_phase_config_t::direction
is referenced by 1 libraries and example projects:
mcpwm_sync sample
References
from
0/1
examples
Code
Location
Referrer
mcpwm_timer_direction_t
direction
;
/*!< The count direction that should lock to upon sync event */
mcpwm_timer.h:153
valid_direction
=
config
->
direction
==
MCPWM_TIMER_DIRECTION_UP
;
mcpwm_timer.c:320
mcpwm_timer_set_phase_on_sync()
valid_direction
=
config
->
direction
==
MCPWM_TIMER_DIRECTION_DOWN
;
mcpwm_timer.c:322
mcpwm_timer_set_phase_on_sync()
mcpwm_ll_timer_set_sync_phase_direction
(
hal
->
dev
,
timer_id
,
config
->
direction
)
;
mcpwm_timer.c:362
mcpwm_timer_set_phase_on_sync()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
mcpwm_timer_sync_phase_config_t::direction
is read by 1 function:
All items filtered out
mcpwm_timer_sync_phase_config_t::direction
mcpwm_timer_set_phase_on_sync()
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
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out