ESP-IDF
mcpwm_operator_reg_t::fh_cfg1
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::fh_cfg1
mcpwm_operator_reg_t::fh_cfg1 field
Syntax
Show:
Summary
Declaration
from
mcpwm_struct.h:1434
mcpwm_fh_cfg1_reg_t
fh_cfg1
;
Examples
References
from
examples
Code
Location
Referrer
mcpwm_fh_cfg1_reg_t
fh_cfg1
;
mcpwm_struct.h:1434
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_clr_ost
=
0
;
mcpwm_ll.h:1306
mcpwm_ll_brake_clear_ost()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_clr_ost
=
1
;
mcpwm_ll.h:1307
mcpwm_ll_brake_clear_ost()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
val
|=
1
<
<
1
;
mcpwm_ll.h:1354
mcpwm_ll_brake_enable_cbc_refresh_on_tez()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
val
&=
~
(
1
<
<
1
)
;
mcpwm_ll.h:1356
mcpwm_ll_brake_enable_cbc_refresh_on_tez()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
val
|=
1
<
<
2
;
mcpwm_ll.h:1370
mcpwm_ll_fault_enable_cbc_refresh_on_tep()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
val
&=
~
(
1
<
<
2
)
;
mcpwm_ll.h:1372
mcpwm_ll_fault_enable_cbc_refresh_on_tep()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_force_cbc
=
~
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_force_cbc
;
mcpwm_ll.h:1408
mcpwm_ll_brake_trigger_soft_cbc()
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_force_ost
=
~
mcpwm
->
operators
[
operator_id
]
.
fh_cfg1
.
fh_force_ost
;
mcpwm_ll.h:1419
mcpwm_ll_brake_trigger_soft_ost()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mcpwm_operator_reg_t::fh_cfg1
is read by 5 functions:
All items filtered out
mcpwm_operator_reg_t::fh_cfg1
mcpwm_ll_brake_clear_ost()
mcpwm_ll_brake_enable_cbc_refresh_on_tez()
mcpwm_ll_fault_enable_cbc_refresh_on_tep()
mcpwm_ll_brake_trigger_soft_cbc()
mcpwm_ll_brake_trigger_soft_ost()
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