ESP-IDF
seg_tx::len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
seg_tx::len
seg_tx::len field
Syntax
Show:
Summary
Declaration
from
transport.c:100
uint16_t
len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
len
;
transport.c:100
uint8_t
len
=
MIN
(
seg_len
(
tx
->
ctl
)
,
tx
->
len
-
(
seg_len
(
tx
->
ctl
)
*
seg_o
)
)
;
transport.c:367
seg_tx_buf_build()
tx
->
len
=
sdu
->
om_len
;
transport.c:503
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::len
is written by 1 function and is read by 1 function:
send_seg()
All items filtered out
seg_tx::len
seg_tx_buf_build()
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