ESP-IDF
seg_rx::in_use
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
seg_rx::in_use
seg_rx::in_use field
Syntax
Show:
Summary
Declaration
from
transport.c:102
uint8_t
seg_n
:
5
,
ctl
:
1
,
in_use
:
1
;
Examples
References
from
examples
Code
Location
Referrer
in_use
:
1
,
transport.c:104
in_use
:
1
,
transport.c:130
rx
->
in_use
=
0U
;
transport.c:1245
seg_rx_reset()
if
(
rx
->
in_use
)
{
transport.c:1339
seg_rx_find()
if
(
rx
->
in_use
)
{
transport.c:1385
seg_rx_alloc()
rx
->
in_use
=
1U
;
transport.c:1389
seg_rx_alloc()
if
(
rx
->
in_use
)
{
transport.c:1484
trans_seg()
rx
->
in_use
=
0
;
transport.c:1129
seg_rx_reset()
if
(
!
rx
->
in_use
||
rx
->
block
==
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1148
seg_ack()
if
(
rx
->
in_use
)
{
transport.c:1203
seg_rx_find()
if
(
rx
->
in_use
)
{
transport.c:1258
seg_rx_alloc()
rx
->
in_use
=
1
;
transport.c:1262
seg_rx_alloc()
if
(
rx
->
in_use
)
{
transport.c:1358
trans_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::in_use
is written by 2 functions and is read by 4 functions:
seg_rx_reset()
seg_rx_alloc()
All items filtered out
seg_rx::in_use
seg_rx_find()
seg_rx_alloc()
trans_seg()
seg_ack()
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