ESP-IDF
mcpwm_timer_regs_t::timer_sync
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_regs_t::timer_sync
mcpwm_timer_regs_t::timer_sync field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1419
mcpwm_timer_sync_reg_t
timer_sync
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_timer_sync_reg_t
timer_sync
;
mcpwm_struct.h:1419
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_synci_en
=
enable
;
mcpwm_ll.h:403
mcpwm_ll_timer_enable_sync_input()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_synco_sel
=
0
;
mcpwm_ll.h:415
mcpwm_ll_timer_propagate_input_sync()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_synco_sel
=
1
;
mcpwm_ll.h:429
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_synco_sel
=
2
;
mcpwm_ll.h:432
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_synco_sel
=
3
;
mcpwm_ll.h:449
mcpwm_ll_timer_disable_sync_out()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_sync_sw
=
~
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_sync_sw
;
mcpwm_ll.h:460
mcpwm_ll_timer_trigger_soft_sync()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
mcpwm
->
timer
[
timer_id
]
.
timer_sync
,
timer_phase
,
phase_value
)
;
mcpwm_ll.h:472
mcpwm_ll_timer_set_sync_phase_value()
mcpwm
->
timer
[
timer_id
]
.
timer_sync
.
timer_phase_direction
=
direction
;
mcpwm_ll.h:484
mcpwm_ll_timer_set_sync_phase_direction()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_timer_regs_t::timer_sync
is read by 7 functions:
All items filtered out
mcpwm_timer_regs_t::timer_sync
mcpwm_ll_timer_enable_sync_input()
mcpwm_ll_timer_propagate_input_sync()
mcpwm_ll_timer_sync_out_on_timer_event()
mcpwm_ll_timer_disable_sync_out()
mcpwm_ll_timer_trigger_soft_sync()
mcpwm_ll_timer_set_sync_phase_value()
mcpwm_ll_timer_set_sync_phase_direction()
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