ESP-IDF
mcpwm_timer_synci_cfg_reg_t::val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_timer_synci_cfg_reg_t::val
mcpwm_timer_synci_cfg_reg_t::val field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:165
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
mcpwm_struct.h:165
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_timer_synci_cfg_reg_t::val
is written by 4 functions and is read by 4 functions:
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
mcpwm_timer_synci_cfg_reg_t::val
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