ESP-IDF
net_buf_data_cb::unref
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
net_buf_data_cb::unref
net_buf_data_cb::unref field
Syntax
Show:
Summary
Declaration
from
buf.h:804
void
(
*
unref
)
(
struct
net_buf
*
buf
,
uint8_t
*
data
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
unref
)
(
struct
net_buf
*
buf
,
uint8_t
*
data
)
;
buf.h:804
const
struct
net_buf_data_cb
net_buf_fixed_cb
=
{
buf.c:524
net_buf_fixed_cb
fixed_data_unref()
.
unref
=
fixed_data_unref
,
buf.c:526
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
net_buf_data_cb::unref
implements 1 functions:
fixed_data_unref()
All items filtered out
net_buf_data_cb::unref
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out