ESP-IDF
seg_tx_lookup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
seg_tx_lookup()
seg_tx_lookup() function
Syntax
Show:
Summary
Declaration
from
transport.c:788
static
struct
seg_tx
*
seg_tx_lookup
(
uint16_t
seq_zero
,
uint8_t
obo
,
uint16_t
addr
)
;
Arguments
Argument
seq_zero
obo
addr
Examples
References
from
examples
Code
Location
Referrer
static
struct
seg_tx
*
seg_tx_lookup
(
uint16_t
seq_zero
,
uint8_t
obo
,
uint16_t
addr
)
transport.c:788
tx
=
seg_tx_lookup
(
seq_zero
,
obo
,
rx
->
ctx
.
addr
)
;
transport.c:848
trans_ack()
Call Tree
from
examples
seg_tx_lookup()
is called by 1 function:
trans_ack()
All items filtered out
seg_tx_lookup()
All items filtered out
Data Use
from
examples
seg_tx_lookup()
reads 5 variables and writes 1 variable:
seg_tx::seq_auth
seg_tx::dst
seg_tx::seg_n
seg_tx::nack_count
seg_tx
All items filtered out
seg_tx_lookup()
seg_tx::dst
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