ESP-IDF
tL2C_CCB_Q::p_last_ccb
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_CCB_Q::p_last_ccb
tL2C_CCB_Q::p_last_ccb field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:350
tL2C_CCB
*
p_last_ccb
;
Examples
References
from
examples
Code
Location
Referrer
tL2C_CCB
*
p_last_ccb
;
/* The last channel in this queue */
l2c_int.h:350
if
(
(
p_ccb
==
p_ccb
->
p_lcb
->
ccb_queue
.
p_first_ccb
)
&&
(
p_ccb
==
p_ccb
->
p_lcb
->
ccb_queue
.
p_last_ccb
)
)
{
l2c_csm.c:339
l2c_csm_orig_w4_sec_comp()
p_q
->
p_first_ccb
=
p_q
->
p_last_ccb
=
p_ccb
;
l2c_utils.c:1300
l2cu_enqueue_ccb()
p_q
->
p_last_ccb
->
p_next_ccb
=
p_ccb
;
l2c_utils.c:1327
l2cu_enqueue_ccb()
p_ccb
->
p_prev_ccb
=
p_q
->
p_last_ccb
;
l2c_utils.c:1330
l2cu_enqueue_ccb()
p_q
->
p_last_ccb
=
p_ccb
;
l2c_utils.c:1331
l2cu_enqueue_ccb()
p_q
->
p_last_ccb
=
NULL
;
l2c_utils.c:1413
l2cu_dequeue_ccb()
}
else
if
(
p_ccb
==
p_q
->
p_last_ccb
)
{
l2c_utils.c:1415
l2cu_dequeue_ccb()
p_q
->
p_last_ccb
=
p_ccb
->
p_prev_ccb
;
l2c_utils.c:1417
l2cu_dequeue_ccb()
p_q
->
p_last_ccb
->
p_next_ccb
=
NULL
;
l2c_utils.c:1418
l2cu_dequeue_ccb()
else
if
(
p_lcb
->
ccb_queue
.
p_first_ccb
==
p_lcb
->
ccb_queue
.
p_last_ccb
)
{
l2c_utils.c:2489
l2cu_lcb_disconnecting()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_CCB_Q::p_last_ccb
is written by 2 functions and is read by 4 functions:
l2cu_enqueue_ccb()
l2cu_dequeue_ccb()
All items filtered out
tL2C_CCB_Q::p_last_ccb
l2c_csm_orig_w4_sec_comp()
l2cu_enqueue_ccb()
l2cu_dequeue_ccb()
l2cu_lcb_disconnecting()
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