ESP-IDF
tRFC_MCB::peer_ready
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
tRFC_MCB::peer_ready
tRFC_MCB::peer_ready field
Syntax
Show:
Summary
Declaration
from
port_int.h:103
BOOLEAN
peer_ready
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
peer_ready
;
/* True if other side can accept frames */
port_int.h:103
if
(
!
p_port
->
rfc
.
p_mcb
||
!
p_port
->
rfc
.
p_mcb
->
peer_ready
||
port_api.c:489
PORT_CheckConnection()
||
!
p_port
->
rfc
.
p_mcb
->
peer_ready
port_api.c:1390
port_write()
(
p_port
->
rfc
.
p_mcb
&&
p_port
->
rfc
.
p_mcb
->
peer_ready
)
,
port_api.c:1410
port_write()
p_mcb
->
peer_ready
=
enable_data
;
port_rfc.c:951
PORT_FlowInd()
while
(
!
p_port
->
tx
.
peer_fc
&&
p_port
->
rfc
.
p_mcb
&&
p_port
->
rfc
.
p_mcb
->
peer_ready
)
{
port_rfc.c:1009
port_rfc_send_tx_data()
||
!
p_port
->
rfc
.
p_mcb
->
peer_ready
port_utils.c:416
port_flow_control_user()
p_mcb
->
peer_ready
=
TRUE
;
rfc_mx_fsm.c:361
rfc_mx_sm_sabme_wait_ua()
p_mcb
->
peer_ready
=
TRUE
;
rfc_mx_fsm.c:410
rfc_mx_sm_state_wait_sabme()
p_mcb
->
peer_ready
=
TRUE
;
rfc_mx_fsm.c:427
rfc_mx_sm_state_wait_sabme()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tRFC_MCB::peer_ready
is written by 3 functions and is read by 4 functions:
PORT_FlowInd()
rfc_mx_sm_sabme_wait_ua()
rfc_mx_sm_state_wait_sabme()
All items filtered out
tRFC_MCB::peer_ready
PORT_CheckConnection()
port_write()
port_rfc_send_tx_data()
port_flow_control_user()
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