ESP-IDF
tL2C_RCB::in_use
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_RCB::in_use
tL2C_RCB::in_use field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:247
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
l2c_int.h:247
if
(
!
p_rcb
->
in_use
)
{
l2c_utils.c:1803
l2cu_allocate_rcb()
p_rcb
->
in_use
=
TRUE
;
l2c_utils.c:1804
l2cu_allocate_rcb()
if
(
!
p_rcb
->
in_use
)
l2c_utils.c:1835
l2cu_allocate_ble_rcb()
p_rcb
->
in_use
=
TRUE
;
l2c_utils.c:1837
l2cu_allocate_ble_rcb()
p_rcb
->
in_use
=
FALSE
;
l2c_utils.c:1862
l2cu_release_rcb()
if
(
(
p_rcb
->
in_use
)
&&
(
p_rcb
->
psm
==
psm
)
)
{
l2c_utils.c:1912
l2cu_find_rcb_by_psm()
if
(
(
p_rcb
->
in_use
)
&&
(
p_rcb
->
psm
==
psm
)
)
{
l2c_utils.c:1939
l2cu_find_ble_rcb_by_psm()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_RCB::in_use
is written by 3 functions and is read by 4 functions:
l2cu_allocate_rcb()
l2cu_allocate_ble_rcb()
l2cu_release_rcb()
All items filtered out
tL2C_RCB::in_use
l2cu_allocate_rcb()
l2cu_allocate_ble_rcb()
l2cu_find_rcb_by_psm()
l2cu_find_ble_rcb_by_psm()
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