ESP-IDF
seg_rx::seg_n
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
seg_rx::seg_n
seg_rx::seg_n field
Syntax
Show:
Summary
Declaration
from
transport.c:102
uint8_t
seg_n
:
5
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
seg_n
:
5
,
transport.c:102
uint8_t
seg_n
:
5
,
transport.c:128
to
+=
K_MSEC
(
(
(
rx
->
seg_n
+
1
)
-
popcount
(
rx
->
block
)
)
*
100U
)
;
transport.c:1153
ack_timeout()
rx
->
block
!=
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1239
seg_rx_reset()
if
(
rx
->
hdr
!=
*
hdr
||
rx
->
seg_n
!=
seg_n
)
{
transport.c:1358
seg_rx_is_valid()
rx
->
seg_n
=
seg_n
;
transport.c:1394
seg_rx_alloc()
if
(
rx
->
block
==
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1489
trans_seg()
for
(
i
=
0
;
i
<=
rx
->
seg_n
;
i
++
)
{
transport.c:709
seg_rx_assemble()
to
+=
K_MSEC
(
(
(
rx
->
seg_n
+
1
)
-
popcount
(
rx
->
block
)
)
*
100
)
;
transport.c:1013
ack_timeout()
rx
->
block
!=
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1114
seg_rx_reset()
for
(
i
=
0
;
i
<=
rx
->
seg_n
;
i
++
)
{
transport.c:1120
seg_rx_reset()
if
(
!
rx
->
in_use
||
rx
->
block
==
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1148
seg_ack()
if
(
rx
->
hdr
!=
*
hdr
||
rx
->
seg_n
!=
seg_n
)
{
transport.c:1223
seg_rx_is_valid()
rx
->
seg_n
=
seg_n
;
transport.c:1266
seg_rx_alloc()
if
(
rx
->
block
==
BLOCK_COMPLETE
(
rx
->
seg_n
)
)
{
transport.c:1364
trans_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::seg_n
is written by 1 function and is read by 6 functions:
seg_rx_alloc()
All items filtered out
seg_rx::seg_n
ack_timeout()
seg_rx_reset()
seg_rx_is_valid()
trans_seg()
seg_rx_assemble()
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