ESP-IDF
mcpwm_operator_reg_t::dt_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::dt_cfg
mcpwm_operator_reg_t::dt_cfg field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1429
mcpwm_dt_cfg_reg_t
dt_cfg
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_dt_cfg_reg_t
dt_cfg
;
mcpwm_struct.h:1429
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_clk_sel
=
0
;
mcpwm_ll.h:966
mcpwm_ll_operator_set_deadtime_clock_src()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_clk_sel
=
1
;
mcpwm_ll.h:969
mcpwm_ll_operator_set_deadtime_clock_src()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_insel
=
generator
;
mcpwm_ll.h:985
mcpwm_ll_deadtime_red_select_generator()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_insel
=
generator
;
mcpwm_ll.h:997
mcpwm_ll_deadtime_fed_select_generator()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
|=
1
<
<
(
path
+
15
)
;
mcpwm_ll.h:1011
mcpwm_ll_deadtime_bypass_path()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
&=
~
(
1
<
<
(
path
+
15
)
)
;
mcpwm_ll.h:1013
mcpwm_ll_deadtime_bypass_path()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
|=
1
<
<
(
path
+
13
)
;
mcpwm_ll.h:1028
mcpwm_ll_deadtime_invert_outpath()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
&=
~
(
1
<
<
(
path
+
13
)
)
;
mcpwm_ll.h:1030
mcpwm_ll_deadtime_invert_outpath()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
|=
1
<
<
(
path
+
9
)
;
mcpwm_ll.h:1045
mcpwm_ll_deadtime_swap_out_path()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
val
&=
~
(
1
<
<
(
path
+
9
)
)
;
mcpwm_ll.h:1047
mcpwm_ll_deadtime_swap_out_path()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_deb_mode
=
enable
;
mcpwm_ll.h:1060
mcpwm_ll_deadtime_enable_deb()
return
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_deb_mode
<
<
8
)
|
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_b_outswap
<
<
7
)
|
mcpwm_ll.h:1072
mcpwm_ll_deadtime_get_switch_topology()
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_a_outswap
<
<
6
)
|
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_insel
<
<
5
)
|
mcpwm_ll.h:1073
mcpwm_ll_deadtime_get_switch_topology()
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_insel
<
<
4
)
|
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_outinvert
<
<
3
)
|
mcpwm_ll.h:1074
mcpwm_ll_deadtime_get_switch_topology()
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_outinvert
<
<
2
)
|
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_a_outbypass
<
<
1
)
|
mcpwm_ll.h:1075
mcpwm_ll_deadtime_get_switch_topology()
(
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_b_outbypass
<
<
0
)
;
mcpwm_ll.h:1076
mcpwm_ll_deadtime_get_switch_topology()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
=
0
;
mcpwm_ll.h:1111
mcpwm_ll_deadtime_update_delay_at_once()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
=
0
;
mcpwm_ll.h:1112
mcpwm_ll_deadtime_update_delay_at_once()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
|=
1
<
<
0
;
mcpwm_ll.h:1125
mcpwm_ll_deadtime_enable_update_delay_on_tez()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
|=
1
<
<
0
;
mcpwm_ll.h:1126
mcpwm_ll_deadtime_enable_update_delay_on_tez()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
&=
~
(
1
<
<
0
)
;
mcpwm_ll.h:1128
mcpwm_ll_deadtime_enable_update_delay_on_tez()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
&=
~
(
1
<
<
0
)
;
mcpwm_ll.h:1129
mcpwm_ll_deadtime_enable_update_delay_on_tez()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
|=
1
<
<
1
;
mcpwm_ll.h:1143
mcpwm_ll_deadtime_enable_update_delay_on_tep()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
|=
1
<
<
1
;
mcpwm_ll.h:1144
mcpwm_ll_deadtime_enable_update_delay_on_tep()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
&=
~
(
1
<
<
1
)
;
mcpwm_ll.h:1146
mcpwm_ll_deadtime_enable_update_delay_on_tep()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
&=
~
(
1
<
<
1
)
;
mcpwm_ll.h:1147
mcpwm_ll_deadtime_enable_update_delay_on_tep()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
|=
1
<
<
2
;
mcpwm_ll.h:1161
mcpwm_ll_deadtime_enable_update_delay_on_sync()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
|=
1
<
<
2
;
mcpwm_ll.h:1162
mcpwm_ll_deadtime_enable_update_delay_on_sync()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
&=
~
(
1
<
<
2
)
;
mcpwm_ll.h:1164
mcpwm_ll_deadtime_enable_update_delay_on_sync()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
&=
~
(
1
<
<
2
)
;
mcpwm_ll.h:1165
mcpwm_ll_deadtime_enable_update_delay_on_sync()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
|=
1
<
<
3
;
mcpwm_ll.h:1179
mcpwm_ll_deadtime_stop_update_delay()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
|=
1
<
<
3
;
mcpwm_ll.h:1180
mcpwm_ll_deadtime_stop_update_delay()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_fed_upmethod
&=
~
(
1
<
<
3
)
;
mcpwm_ll.h:1182
mcpwm_ll_deadtime_stop_update_delay()
mcpwm
->
operators
[
operator_id
]
.
dt_cfg
.
dt_red_upmethod
&=
~
(
1
<
<
3
)
;
mcpwm_ll.h:1183
mcpwm_ll_deadtime_stop_update_delay()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_reg_t::dt_cfg
is read by 13 functions:
All items filtered out
mcpwm_operator_reg_t::dt_cfg
mcpwm_ll_operator_set_deadtime_clock_src()
mcpwm_ll_deadtime_red_select_generator()
mcpwm_ll_deadtime_fed_select_generator()
mcpwm_ll_deadtime_bypass_path()
mcpwm_ll_deadtime_invert_outpath()
mcpwm_ll_deadtime_swap_out_path()
mcpwm_ll_deadtime_enable_deb()
mcpwm_ll_deadtime_get_switch_topology()
mcpwm_ll_deadtime_update_delay_at_once()
mcpwm_ll_deadtime_enable_update_delay_on_tez()
mcpwm_ll_deadtime_enable_update_delay_on_tep()
mcpwm_ll_deadtime_enable_update_delay_on_sync()
mcpwm_ll_deadtime_stop_update_delay()
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