ESP-IDF
tPORT_DATA::peer_fc
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
tPORT_DATA::peer_fc
tPORT_DATA::peer_fc field
Syntax
Show:
Summary
Declaration
from
port_int.h:57
BOOLEAN
peer_fc
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
peer_fc
;
/* TRUE if flow control is set based on peer's request */
port_int.h:57
p_port
->
local_ctrl
.
fc
=
(
p_port
->
rx
.
user_fc
|
p_port
->
rx
.
peer_fc
)
;
port_api.c:806
PORT_FlowControl()
p_port
->
local_ctrl
.
fc
=
(
p_port
->
rx
.
user_fc
|
p_port
->
rx
.
peer_fc
)
;
port_api.c:947
PORT_FlowControl_GiveCredit()
if
(
p_port
->
tx
.
peer_fc
port_api.c:1388
port_write()
p_port
->
tx
.
peer_fc
,
port_api.c:1409
port_write()
p_port
->
tx
.
peer_fc
=
!
enable_data
;
port_rfc.c:957
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
->
tx
.
peer_fc
=
TRUE
;
port_rfc.c:1127
port_get_credits()
BOOLEAN
fc
=
p_port
->
tx
.
peer_fc
port_utils.c:414
port_flow_control_user()
p_port
->
rx
.
peer_fc
=
FALSE
;
port_utils.c:520
port_flow_control_peer()
p_port
->
rx
.
peer_fc
=
TRUE
;
port_utils.c:529
port_flow_control_peer()
p_port
->
rx
.
peer_fc
=
TRUE
;
port_utils.c:533
port_flow_control_peer()
if
(
p_port
->
rx
.
peer_fc
port_utils.c:543
port_flow_control_peer()
p_port
->
rx
.
peer_fc
=
FALSE
;
port_utils.c:546
port_flow_control_peer()
p_port
->
rx
.
peer_fc
=
TRUE
;
port_utils.c:558
port_flow_control_peer()
&&
!
p_port
->
rx
.
peer_fc
)
{
port_utils.c:565
port_flow_control_peer()
p_port
->
rx
.
peer_fc
=
TRUE
;
port_utils.c:568
port_flow_control_peer()
if
(
new_peer_fc
!=
p_port
->
tx
.
peer_fc
)
{
rfc_port_fsm.c:717
rfc_process_msc()
if
(
p_port
->
tx
.
peer_fc
==
TRUE
)
{
rfc_utils.c:443
rfc_inc_credit()
p_port
->
tx
.
peer_fc
=
TRUE
;
rfc_utils.c:468
rfc_dec_credit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tPORT_DATA::peer_fc
is written by 4 functions and is read by 8 functions:
PORT_FlowInd()
port_get_credits()
port_flow_control_peer()
rfc_dec_credit()
All items filtered out
tPORT_DATA::peer_fc
PORT_FlowControl()
PORT_FlowControl_GiveCredit()
port_write()
port_rfc_send_tx_data()
port_flow_control_user()
port_flow_control_peer()
rfc_process_msc()
rfc_inc_credit()
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