ESP-IDF
tGOEPC_CCB::srm_state
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
tGOEPC_CCB::srm_state
tGOEPC_CCB::srm_state field
Syntax
Show:
Summary
Declaration
from
goep_int.h:61
UINT8
srm_state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
srm_state
;
/* SRM state machine */
goep_int.h:61
msg
.
response
.
srm_en
=
(
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE_WAIT
||
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE
)
;
goepc_main.c:281
goepc_sm_act_rsp()
msg
.
response
.
srm_wait
=
(
p_ccb
->
srm_state
==
GOEPC_SRM_STATE_ENABLE_WAIT
)
;
goepc_main.c:282
goepc_sm_act_rsp()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_IDLE
;
goepc_main.c:296
goepc_sm_act_rsp_fb()
switch
(
p_ccb
->
srm_state
)
goepc_main.c:458
goepc_srm_sm_act_req()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_REQ
;
goepc_main.c:462
goepc_srm_sm_act_req()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_DISABLE
;
goepc_main.c:466
goepc_srm_sm_act_req()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_ENABLE
;
goepc_main.c:475
goepc_srm_sm_act_req()
switch
(
p_ccb
->
srm_state
)
goepc_main.c:485
goepc_srm_sm_act_rsp()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_ENABLE_WAIT
;
goepc_main.c:494
goepc_srm_sm_act_rsp()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_ENABLE
;
goepc_main.c:497
goepc_srm_sm_act_rsp()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_DISABLE
;
goepc_main.c:501
goepc_srm_sm_act_rsp()
p_ccb
->
srm_state
=
GOEPC_SRM_STATE_ENABLE
;
goepc_main.c:510
goepc_srm_sm_act_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGOEPC_CCB::srm_state
is written by 3 functions and is read by 3 functions:
goepc_sm_act_rsp_fb()
goepc_srm_sm_act_req()
goepc_srm_sm_act_rsp()
All items filtered out
tGOEPC_CCB::srm_state
goepc_sm_act_rsp()
goepc_srm_sm_act_req()
goepc_srm_sm_act_rsp()
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