ESP-IDF
mcpwm_dev_t::update_cfg
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_dev_t::update_cfg
mcpwm_dev_t::update_cfg field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1450
volatile
mcpwm_update_cfg_reg_t
update_cfg
;
Examples
References
from
examples
Code
Location
Referrer
volatile
mcpwm_update_cfg_reg_t
update_cfg
;
mcpwm_struct.h:1450
mcpwm
->
update_cfg
.
global_up_en
=
1
;
mcpwm_ll.h:161
mcpwm_ll_group_enable_shadow_mode()
mcpwm
->
update_cfg
.
op0_up_en
=
1
;
mcpwm_ll.h:162
mcpwm_ll_group_enable_shadow_mode()
mcpwm
->
update_cfg
.
op1_up_en
=
1
;
mcpwm_ll.h:163
mcpwm_ll_group_enable_shadow_mode()
mcpwm
->
update_cfg
.
op2_up_en
=
1
;
mcpwm_ll.h:164
mcpwm_ll_group_enable_shadow_mode()
mcpwm
->
update_cfg
.
global_force_up
=
1
;
mcpwm_ll.h:175
mcpwm_ll_group_flush_shadow()
mcpwm
->
update_cfg
.
global_force_up
=
0
;
mcpwm_ll.h:176
mcpwm_ll_group_flush_shadow()
mcpwm
->
update_cfg
.
val
^=
(
1
<
<
(
2
*
operator_id
+
3
)
)
;
mcpwm_ll.h:551
mcpwm_ll_operator_flush_shadow()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_dev_t::update_cfg
is read by 3 functions:
All items filtered out
mcpwm_dev_t::update_cfg
mcpwm_ll_group_enable_shadow_mode()
mcpwm_ll_group_flush_shadow()
mcpwm_ll_operator_flush_shadow()
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