ESP-IDF
mcpwm_dev_t::timer_synci_cfg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_dev_t::timer_synci_cfg
mcpwm_dev_t::timer_synci_cfg field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1441
volatile
mcpwm_timer_synci_cfg_reg_t
timer_synci_cfg
;
Examples
References
from
examples
Code
Location
Referrer
volatile
mcpwm_timer_synci_cfg_reg_t
timer_synci_cfg
;
mcpwm_struct.h:1441
mcpwm
->
timer_synci_cfg
.
val
&=
~
(
0x07
<
<
(
timer
*
3
)
)
;
mcpwm_ll.h:496
mcpwm_ll_timer_set_gpio_sync_input()
mcpwm
->
timer_synci_cfg
.
val
|=
(
gpio_sync_id
+
4
)
<
<
(
timer
*
3
)
;
mcpwm_ll.h:497
mcpwm_ll_timer_set_gpio_sync_input()
mcpwm
->
timer_synci_cfg
.
val
&=
~
(
0x07
<
<
(
timer
*
3
)
)
;
mcpwm_ll.h:509
mcpwm_ll_timer_set_timer_sync_input()
mcpwm
->
timer_synci_cfg
.
val
|=
(
timer_sync_id
+
1
)
<
<
(
timer
*
3
)
;
mcpwm_ll.h:510
mcpwm_ll_timer_set_timer_sync_input()
mcpwm
->
timer_synci_cfg
.
val
&=
~
(
0x07
<
<
(
timer
*
3
)
)
;
mcpwm_ll.h:522
mcpwm_ll_timer_clear_sync_input()
mcpwm
->
timer_synci_cfg
.
val
|=
1
<
<
(
sync_id
+
9
)
;
mcpwm_ll.h:535
mcpwm_ll_invert_gpio_sync_input()
mcpwm
->
timer_synci_cfg
.
val
&=
~
(
1
<
<
(
sync_id
+
9
)
)
;
mcpwm_ll.h:537
mcpwm_ll_invert_gpio_sync_input()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_dev_t::timer_synci_cfg
is read by 4 functions:
All items filtered out
mcpwm_dev_t::timer_synci_cfg
mcpwm_ll_timer_set_gpio_sync_input()
mcpwm_ll_timer_set_timer_sync_input()
mcpwm_ll_timer_clear_sync_input()
mcpwm_ll_invert_gpio_sync_input()
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