ESP-IDF
net_buf_pool_fixed::data_size
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
net_buf_pool_fixed::data_size
net_buf_pool_fixed::data_size field
Syntax
Show:
Summary
Declaration
from
buf.h:863
size_t
data_size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
data_size
;
buf.h:863
NET_BUF_POOL_DEFINE
(
adv_buf_pool
,
CONFIG_BLE_MESH_ADV_BUF_COUNT
,
adv.c:48
*
size
=
MIN
(
fixed
->
data_size
,
*
size
)
;
buf.c:514
fixed_data_alloc()
return
fixed
->
data_pool
+
fixed
->
data_size
*
net_buf_id
(
buf
)
;
buf.c:516
fixed_data_alloc()
return
net_buf_alloc_len
(
pool
,
fixed
->
data_size
,
timeout
)
;
buf.c:619
net_buf_alloc_fixed()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
net_buf_pool_fixed::data_size
is read by 2 functions:
All items filtered out
net_buf_pool_fixed::data_size
fixed_data_alloc()
net_buf_alloc_fixed()
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