ESP-IDF
SDM_FSM_INIT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SDM_FSM_INIT
SDM_FSM_INIT value
Syntax
Show:
Summary
Declaration
from
sdm.c:63
SDM_FSM_INIT
;
Examples
References
from
examples
Code
Location
Referrer
SDM_FSM_INIT
,
sdm.c:63
chan
->
fsm
=
SDM_FSM_INIT
;
// put the channel into init state
sdm.c:264
sdm_new_channel()
ESP_RETURN_ON_FALSE
(
chan
->
fsm
==
SDM_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"channel not in init state"
)
;
sdm.c:279
sdm_del_channel()
ESP_RETURN_ON_FALSE
(
chan
->
fsm
==
SDM_FSM_INIT
,
ESP_ERR_INVALID_STATE
,
TAG
,
"channel not in init state"
)
;
sdm.c:293
sdm_channel_enable()
chan
->
fsm
=
SDM_FSM_INIT
;
sdm.c:312
sdm_channel_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SDM_FSM_INIT
is read by 4 functions:
All items filtered out
SDM_FSM_INIT
sdm_new_channel()
sdm_del_channel()
sdm_channel_enable()
sdm_channel_disable()
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