ESP-IDF
TRANS_CTL_HDR
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
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRANS_CTL_HDR
TRANS_CTL_HDR macro
Syntax
Show:
Summary
Declaration
from
transport.h:29
#define
TRANS_CTL_HDR
(
op
,
seg
)
(
(
(
op
)
&
TRANS_CTL_OP_MASK
)
|
(
(
seg
)
<
<
7
)
)
Arguments
Argument
op
seg
Examples
References
from
examples
Code
Location
#define
TRANS_CTL_HDR
(
op
,
seg
)
(
(
(
op
)
&
TRANS_CTL_OP_MASK
)
|
(
(
seg
)
<
<
7
)
)
transport.h:29
#define
TRANS_CTL_HDR
(
op
,
seg
)
(
(
op
&
TRANS_CTL_OP_MASK
)
|
(
seg
<
<
7
)
)
transport.h:21
net_buf_simple_push_u8
(
sdu
,
TRANS_CTL_HDR
(
ctl_op
,
0
)
)
;
friend.c:534
net_buf_add_u8
(
buf
,
TRANS_CTL_HDR
(
*
ctl_op
,
0
)
)
;
transport.c:251
seg_hdr
=
TRANS_CTL_HDR
(
*
ctl_op
,
1
)
;
transport.c:519
net_buf_add_u8
(
buf
,
TRANS_CTL_HDR
(
*
ctl_op
,
0
)
)
;
transport.c:166
tx
->
hdr
=
TRANS_CTL_HDR
(
*
ctl_op
,
1
)
;
transport.c:492
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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