ESP-IDF
mcpwm_gen_stmp_cfg_reg_t::val
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_gen_stmp_cfg_reg_t::val
mcpwm_gen_stmp_cfg_reg_t::val field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:226
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
mcpwm_struct.h:226
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_gen_stmp_cfg_reg_t::val
is written by 5 functions and is read by 5 functions:
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
mcpwm_gen_stmp_cfg_reg_t::val
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