ESP-IDF
MCPWM_CAP_CHAN_FSM_ENABLE
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_CAP_CHAN_FSM_ENABLE
MCPWM_CAP_CHAN_FSM_ENABLE value
Syntax
Show:
Summary
Declaration
from
mcpwm_private.h:236
MCPWM_CAP_CHAN_FSM_ENABLE
;
Examples
References
from
examples
Code
Location
Referrer
MCPWM_CAP_CHAN_FSM_ENABLE
,
mcpwm_private.h:236
cap_channel
->
fsm
=
MCPWM_CAP_CHAN_FSM_ENABLE
;
mcpwm_cap.c:372
mcpwm_capture_channel_enable()
ESP_RETURN_ON_FALSE
(
cap_channel
->
fsm
==
MCPWM_CAP_CHAN_FSM_ENABLE
,
ESP_ERR_INVALID_STATE
,
TAG
,
"channel not in enable state"
)
;
mcpwm_cap.c:379
mcpwm_capture_channel_disable()
ESP_RETURN_ON_FALSE
(
cap_channel
->
fsm
==
MCPWM_CAP_CHAN_FSM_ENABLE
,
ESP_ERR_INVALID_STATE
,
TAG
,
"channel not enabled yet"
)
;
mcpwm_cap.c:434
mcpwm_capture_channel_trigger_soft_catch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MCPWM_CAP_CHAN_FSM_ENABLE
is read by 3 functions:
All items filtered out
MCPWM_CAP_CHAN_FSM_ENABLE
mcpwm_capture_channel_enable()
mcpwm_capture_channel_disable()
mcpwm_capture_channel_trigger_soft_catch()
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