ESP-IDF
goepc_sm_execute()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
goepc_sm_execute()
goepc_sm_execute() function
Syntax
Show:
Summary
Declaration
Definition
from
goep_int.h:100
void
goepc_sm_execute
(
tGOEPC_CCB
*
p_ccb
,
UINT8
event
,
tGOEPC_DATA
*
p_data
)
;
Implemented in
goepc_main.c:431
Arguments
Argument
p_ccb
event
p_data
Related Functions
Found 17 other functions taking a
tGOEPC_CCB
argument:
Function
goepc_sm_act_disconnect()
goepc_free_ccb()
goepc_srm_sm_execute()
goepc_sm_act_send_req_fb()
goepc_sm_act_send_req()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
goepc_sm_state_opened_idle()
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
goepc_srm_sm_act_req()
goepc_srm_sm_act_rsp()
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
goepc_sm_act_connect()
goepc_sm_state_opening()
Examples
References
from
examples
Code
Location
Referrer
void
goepc_sm_execute
(
tGOEPC_CCB
*
p_ccb
,
UINT8
event
,
tGOEPC_DATA
*
p_data
)
goepc_main.c:431
void
goepc_sm_execute
(
tGOEPC_CCB
*
p_ccb
,
UINT8
event
,
tGOEPC_DATA
*
p_data
)
;
goep_int.h:100
goepc_sm_execute
(
p_ccb
,
GOEPC_SM_EVENT_REQ_FB
,
&
data
)
;
goepc_api.c:190
GOEPC_SendRequest()
goepc_sm_execute
(
p_ccb
,
GOEPC_SM_EVENT_REQ
,
&
data
)
;
goepc_api.c:193
GOEPC_SendRequest()
goepc_sm_execute
(
p_ccb
,
goepc_sm_event
,
&
data
)
;
goepc_main.c:214
goepc_obex_callback()
Call Tree
from
examples
goepc_sm_execute()
is called by 2 functions and calls 6 functions:
goepc_obex_callback()
GOEPC_SendRequest()
All items filtered out
goepc_sm_execute()
esp_log_timestamp()
esp_log_write()
goepc_sm_state_opened_idle()
goepc_sm_state_opened_req()
goepc_sm_state_opened_rsp()
goepc_sm_state_opening()
All items filtered out
Data Use
from
examples
goepc_sm_execute()
reads 9 variables:
esp_log_level_t::ESP_LOG_ERROR
::GOEPC_STATE_INIT
::GOEPC_STATE_OPENING
::GOEPC_STATE_OPENED_IDLE
::GOEPC_STATE_OPENED_REQ
::GOEPC_STATE_OPENED_RSP
tGOEPC_CCB::state
tGOEPC_CB::trace_level
goepc_cb
All items filtered out
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