ESP-IDF
tL2C_CCB_Q
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_CCB_Q
tL2C_CCB_Q struct
* Define a queue of linked CCBs.
Syntax
Show:
Summary
Declaration
from
l2c_int.h:348
typedef
struct
{
tL2C_CCB
*
p_first_ccb
;
tL2C_CCB
*
p_last_ccb
;
}
tL2C_CCB_Q
;
Fields
Field
Declared as
tL2C_CCB_Q::p_first_ccb
tL2C_CCB
*
tL2C_CCB_Q::p_last_ccb
tL2C_CCB
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
l2c_int.h:348
}
tL2C_CCB_Q
;
l2c_int.h:351
tL2C_CCB_Q
tL2C_CCB_Q
ccb_queue
;
/* Queue of CCBs on this LCB */
l2c_int.h:385
t_l2c_linkcb
t_l2c_linkcb::ccb_queue
tL2C_CCB_Q
*
p_q
=
NULL
;
l2c_utils.c:1281
l2cu_enqueue_ccb()
tL2C_CCB_Q
*
p_q
=
NULL
;
l2c_utils.c:1365
l2cu_dequeue_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
t_l2c_linkcb::ccb_queue
t_l2c_linkcb
l2c_int.h:385
Lifecycle
from
examples
All items filtered out
All items filtered out