ESP-IDF
mcpwm_operator_reg_t::gen_force
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_force
mcpwm_operator_reg_t::gen_force field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1427
mcpwm_gen_force_reg_t
gen_force
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_gen_force_reg_t
gen_force
;
mcpwm_struct.h:1427
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_nciforce
=
~
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_nciforce
;
mcpwm_ll.h:879
mcpwm_ll_gen_trigger_noncontinue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_nciforce
=
~
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_nciforce
;
mcpwm_ll.h:881
mcpwm_ll_gen_trigger_noncontinue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_cntuforce_upmethod
=
0
;
// update force method immediately
mcpwm_ll.h:894
mcpwm_ll_gen_disable_continue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_cntuforce_mode
=
0
;
mcpwm_ll.h:896
mcpwm_ll_gen_disable_continue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_cntuforce_mode
=
0
;
mcpwm_ll.h:898
mcpwm_ll_gen_disable_continue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_nciforce_mode
=
0
;
mcpwm_ll.h:912
mcpwm_ll_gen_disable_noncontinue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_nciforce_mode
=
0
;
mcpwm_ll.h:914
mcpwm_ll_gen_disable_noncontinue_force_action()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_cntuforce_upmethod
=
0
;
// update force method immediately
mcpwm_ll.h:928
mcpwm_ll_gen_set_continue_force_level()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_cntuforce_mode
=
level
+
1
;
mcpwm_ll.h:930
mcpwm_ll_gen_set_continue_force_level()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_cntuforce_mode
=
level
+
1
;
mcpwm_ll.h:932
mcpwm_ll_gen_set_continue_force_level()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_a_nciforce_mode
=
level
+
1
;
mcpwm_ll.h:947
mcpwm_ll_gen_set_noncontinue_force_level()
mcpwm
->
operators
[
operator_id
]
.
gen_force
.
gen_b_nciforce_mode
=
level
+
1
;
mcpwm_ll.h:949
mcpwm_ll_gen_set_noncontinue_force_level()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_reg_t::gen_force
is read by 5 functions:
All items filtered out
mcpwm_operator_reg_t::gen_force
mcpwm_ll_gen_trigger_noncontinue_force_action()
mcpwm_ll_gen_disable_continue_force_action()
mcpwm_ll_gen_disable_noncontinue_force_action()
mcpwm_ll_gen_set_continue_force_level()
mcpwm_ll_gen_set_noncontinue_force_level()
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