ESP-IDF
MCPWM_OPER_BRAKE_MODE_OST
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MCPWM_OPER_BRAKE_MODE_OST
MCPWM_OPER_BRAKE_MODE_OST value
Brake mode: OST (one shot)
Syntax
Show:
Summary
Declaration
from
mcpwm_types.h:96
MCPWM_OPER_BRAKE_MODE_OST
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_OPER_BRAKE_MODE_OST
,
/*!< Brake mode: OST (one shot) */
mcpwm_types.h:96
case
MCPWM_OPER_BRAKE_MODE_OST
:
mcpwm_fault.c:226
mcpwm_soft_fault_activate()
mcpwm_ll_generator_set_action_on_brake_event
(
hal
->
dev
,
op
,
0
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_OPER_BRAKE_MODE_OST
,
action_on_pwmxa
)
;
mcpwm_legacy.c:816
mcpwm_fault_set_oneshot_mode()
mcpwm_ll_generator_set_action_on_brake_event
(
hal
->
dev
,
op
,
0
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_OPER_BRAKE_MODE_OST
,
action_on_pwmxa
)
;
mcpwm_legacy.c:817
mcpwm_fault_set_oneshot_mode()
mcpwm_ll_generator_set_action_on_brake_event
(
hal
->
dev
,
op
,
1
,
MCPWM_TIMER_DIRECTION_DOWN
,
MCPWM_OPER_BRAKE_MODE_OST
,
action_on_pwmxb
)
;
mcpwm_legacy.c:818
mcpwm_fault_set_oneshot_mode()
mcpwm_ll_generator_set_action_on_brake_event
(
hal
->
dev
,
op
,
1
,
MCPWM_TIMER_DIRECTION_UP
,
MCPWM_OPER_BRAKE_MODE_OST
,
action_on_pwmxb
)
;
mcpwm_legacy.c:819
mcpwm_fault_set_oneshot_mode()
mcpwm_ll_brake_enable_oneshot_mode
(
group
->
hal
.
dev
,
oper_id
,
gpio_fault
->
fault_id
,
config
->
brake_mode
==
MCPWM_OPER_BRAKE_MODE_OST
)
;
mcpwm_oper.c:293
mcpwm_operator_set_brake_on_fault()
mcpwm_ll_brake_enable_soft_ost
(
group
->
hal
.
dev
,
oper_id
,
config
->
brake_mode
==
MCPWM_OPER_BRAKE_MODE_OST
)
;
mcpwm_oper.c:303
mcpwm_operator_set_brake_on_fault()
if
(
brake_mode
==
MCPWM_OPER_BRAKE_MODE_OST
)
{
mcpwm_oper.c:336
mcpwm_operator_recover_from_fault()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_OPER_BRAKE_MODE_OST
is read by 4 functions:
All items filtered out
MCPWM_OPER_BRAKE_MODE_OST
mcpwm_fault_set_oneshot_mode()
mcpwm_soft_fault_activate()
mcpwm_operator_set_brake_on_fault()
mcpwm_operator_recover_from_fault()
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