ESP-IDF
tGOEPC_CCB::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::state
tGOEPC_CCB::state field
Syntax
Show:
Summary
Declaration
from
goep_int.h:62
UINT8
state
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
state
;
/* main state machine */
goep_int.h:62
p_ccb
->
state
=
GOEPC_STATE_OPENING
;
goepc_api.c:98
GOEPC_Open()
if
(
!
goepc_check_obex_req_allow
(
p_ccb
->
state
,
final
)
)
{
goepc_api.c:167
GOEPC_SendRequest()
p_ccb
->
state
=
GOEPC_STATE_OPENED_IDLE
;
goepc_main.c:227
goepc_sm_act_connect()
p_ccb
->
state
=
GOEPC_STATE_OPENED_REQ
;
goepc_main.c:248
goepc_sm_act_send_req()
p_ccb
->
state
=
GOEPC_STATE_OPENED_RSP
;
goepc_main.c:261
goepc_sm_act_send_req_fb()
p_ccb
->
state
=
GOEPC_STATE_OPENED_IDLE
;
goepc_main.c:298
goepc_sm_act_rsp_fb()
switch
(
p_ccb
->
state
)
goepc_main.c:433
goepc_sm_execute()
GOEPC_TRACE_ERROR
(
"goepc_sm_execute unexpected state: 0x%x\n"
,
p_ccb
->
state
)
;
goepc_main.c:451
goepc_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGOEPC_CCB::state
is written by 5 functions and is read by 2 functions:
GOEPC_Open()
goepc_sm_act_connect()
goepc_sm_act_send_req()
goepc_sm_act_send_req_fb()
goepc_sm_act_rsp_fb()
All items filtered out
tGOEPC_CCB::state
GOEPC_SendRequest()
goepc_sm_execute()
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