ESP-IDF
seg_tx::started
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_tx::started
seg_tx::started field
Syntax
Show:
Summary
Declaration
from
transport.c:109
uint8_t
blocked
:
1
,
ctl
:
1
,
aszmic
:
1
,
started
:
1
;
Examples
References
from
examples
Code
Location
Referrer
started
:
1
,
/* Start cb called */
transport.c:112
if
(
!
tx
->
started
&&
tx
->
cb
&&
tx
->
cb
->
start
)
{
transport.c:337
seg_send_start()
tx
->
started
=
1U
;
transport.c:339
seg_send_start()
tx
->
started
=
0
;
transport.c:515
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::started
is written by 2 functions and is read by 1 function:
seg_send_start()
send_seg()
All items filtered out
seg_tx::started
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