ESP-IDF
mcpwm_operator_reg_t::gen_cfg0
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_operator_reg_t::gen_cfg0
mcpwm_operator_reg_t::gen_cfg0 field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1426
mcpwm_gen_cfg0_reg_t
gen_cfg0
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_gen_cfg0_reg_t
gen_cfg0
;
mcpwm_struct.h:1426
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
=
0
;
mcpwm_ll.h:669
mcpwm_ll_operator_update_action_at_once()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
|=
1
<
<
0
;
mcpwm_ll.h:682
mcpwm_ll_operator_enable_update_action_on_tez()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
&=
~
(
1
<
<
0
)
;
mcpwm_ll.h:684
mcpwm_ll_operator_enable_update_action_on_tez()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
|=
1
<
<
1
;
mcpwm_ll.h:698
mcpwm_ll_operator_enable_update_action_on_tep()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
&=
~
(
1
<
<
1
)
;
mcpwm_ll.h:700
mcpwm_ll_operator_enable_update_action_on_tep()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
|=
1
<
<
2
;
mcpwm_ll.h:714
mcpwm_ll_operator_enable_update_action_on_sync()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
&=
~
(
1
<
<
2
)
;
mcpwm_ll.h:716
mcpwm_ll_operator_enable_update_action_on_sync()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
|=
1
<
<
3
;
mcpwm_ll.h:730
mcpwm_ll_operator_stop_update_action()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
gen_cfg_upmethod
&=
~
(
1
<
<
3
)
;
mcpwm_ll.h:732
mcpwm_ll_operator_stop_update_action()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
val
&=
~
(
0x07
<
<
(
4
+
3
*
trig_id
)
)
;
mcpwm_ll.h:746
mcpwm_ll_operator_set_trigger_from_gpio_fault()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
val
|=
(
fault_gpio_id
<
<
(
4
+
3
*
trig_id
)
)
;
mcpwm_ll.h:747
mcpwm_ll_operator_set_trigger_from_gpio_fault()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
val
&=
~
(
0x07
<
<
(
4
+
3
*
trig_id
)
)
;
mcpwm_ll.h:760
mcpwm_ll_operator_set_trigger_from_sync()
mcpwm
->
operators
[
operator_id
]
.
gen_cfg0
.
val
|=
(
3
<
<
(
4
+
3
*
trig_id
)
)
;
mcpwm_ll.h:761
mcpwm_ll_operator_set_trigger_from_sync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_reg_t::gen_cfg0
is read by 7 functions:
All items filtered out
mcpwm_operator_reg_t::gen_cfg0
mcpwm_ll_operator_update_action_at_once()
mcpwm_ll_operator_enable_update_action_on_tez()
mcpwm_ll_operator_enable_update_action_on_tep()
mcpwm_ll_operator_enable_update_action_on_sync()
mcpwm_ll_operator_stop_update_action()
mcpwm_ll_operator_set_trigger_from_gpio_fault()
mcpwm_ll_operator_set_trigger_from_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