ESP-IDF
seg_tx::cb_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::cb_data
seg_tx::cb_data field
Syntax
Show:
Summary
Declaration
from
transport.c:95
void
*
cb_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
cb_data
;
transport.c:95
void
*
cb_data
;
transport.c:116
tx
->
cb_data
=
NULL
;
transport.c:339
seg_tx_reset()
void
*
cb_data
=
tx
->
cb_data
;
transport.c:370
seg_tx_complete()
tx
->
cb
->
start
(
duration
,
err
,
tx
->
cb_data
)
;
transport.c:401
seg_first_send_start()
tx
->
cb_data
=
cb_data
;
transport.c:541
send_seg()
tx
->
cb_data
=
NULL
;
transport.c:270
seg_tx_reset()
void
*
cb_data
=
tx
->
cb_data
;
transport.c:300
seg_tx_complete()
tx
->
cb
->
start
(
duration
,
err
,
tx
->
cb_data
)
;
transport.c:338
seg_send_start()
tx
->
cb_data
=
cb_data
;
transport.c:508
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::cb_data
is written by 2 functions and is read by 3 functions:
seg_tx_reset()
send_seg()
All items filtered out
seg_tx::cb_data
seg_tx_complete()
seg_first_send_start()
seg_send_start()
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