ESP-IDF
tL2C_CB::is_cong_cback_context
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
tL2C_CB::is_cong_cback_context
tL2C_CB::is_cong_cback_context field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:482
BOOLEAN
is_cong_cback_context
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
is_cong_cback_context
;
l2c_int.h:482
if
(
l2cb
.
is_cong_cback_context
)
{
l2c_link.c:1062
l2c_link_check_send_pkts()
l2cb
.
is_cong_cback_context
=
TRUE
;
l2c_utils.c:3660
l2cu_check_channel_congestion()
l2cb
.
is_cong_cback_context
=
FALSE
;
l2c_utils.c:3662
l2cu_check_channel_congestion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CB::is_cong_cback_context
is written by 1 function and is read by 1 function:
l2cu_check_channel_congestion()
All items filtered out
tL2C_CB::is_cong_cback_context
l2c_link_check_send_pkts()
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