ESP-IDF
tL2C_CB::num_links_active
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::num_links_active
tL2C_CB::num_links_active field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:498
UINT16
num_links_active
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
num_links_active
;
/* Number of links active */
l2c_int.h:498
if
(
l2cb
.
num_links_active
==
0
)
{
l2c_link.c:740
l2c_link_adjust_allocation()
l2cb
.
num_links_active
++
;
l2c_utils.c:115
l2cu_allocate_lcb()
if
(
l2cb
.
num_links_active
>=
1
)
{
l2c_utils.c:260
l2cu_release_lcb()
l2cb
.
num_links_active
--
;
l2c_utils.c:261
l2cu_release_lcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CB::num_links_active
is written by 2 functions and is read by 3 functions:
l2cu_allocate_lcb()
l2cu_release_lcb()
All items filtered out
tL2C_CB::num_links_active
l2c_link_adjust_allocation()
l2cu_allocate_lcb()
l2cu_release_lcb()
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