ESP-IDF
mcpwm_operator_reg_t::gen_stmp_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_operator_reg_t::gen_stmp_cfg
mcpwm_operator_reg_t::gen_stmp_cfg field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1424
mcpwm_gen_stmp_cfg_reg_t
gen_stmp_cfg
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_gen_stmp_cfg_reg_t
gen_stmp_cfg
;
mcpwm_struct.h:1424
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
&=
~
(
0x0F
<
<
(
4
*
compare_id
)
)
;
mcpwm_ll.h:576
mcpwm_ll_operator_update_compare_at_once()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
|=
(
1
<
<
0
)
<
<
(
4
*
compare_id
)
;
mcpwm_ll.h:590
mcpwm_ll_operator_enable_update_compare_on_tez()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
&=
~
(
(
1
<
<
0
)
<
<
(
4
*
compare_id
)
)
;
mcpwm_ll.h:592
mcpwm_ll_operator_enable_update_compare_on_tez()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
|=
(
1
<
<
1
)
<
<
(
4
*
compare_id
)
;
mcpwm_ll.h:607
mcpwm_ll_operator_enable_update_compare_on_tep()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
&=
~
(
(
1
<
<
1
)
<
<
(
4
*
compare_id
)
)
;
mcpwm_ll.h:609
mcpwm_ll_operator_enable_update_compare_on_tep()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
|=
(
1
<
<
2
)
<
<
(
4
*
compare_id
)
;
mcpwm_ll.h:624
mcpwm_ll_operator_enable_update_compare_on_sync()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
&=
~
(
(
1
<
<
2
)
<
<
(
4
*
compare_id
)
)
;
mcpwm_ll.h:626
mcpwm_ll_operator_enable_update_compare_on_sync()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
|=
(
1
<
<
3
)
<
<
(
4
*
compare_id
)
;
mcpwm_ll.h:641
mcpwm_ll_operator_stop_update_compare()
mcpwm
->
operators
[
operator_id
]
.
gen_stmp_cfg
.
val
&=
~
(
(
1
<
<
3
)
<
<
(
4
*
compare_id
)
)
;
mcpwm_ll.h:643
mcpwm_ll_operator_stop_update_compare()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_reg_t::gen_stmp_cfg
is read by 5 functions:
All items filtered out
mcpwm_operator_reg_t::gen_stmp_cfg
mcpwm_ll_operator_update_compare_at_once()
mcpwm_ll_operator_enable_update_compare_on_tez()
mcpwm_ll_operator_enable_update_compare_on_tep()
mcpwm_ll_operator_enable_update_compare_on_sync()
mcpwm_ll_operator_stop_update_compare()
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