ESP-IDF
TRANS_CTL_OP
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_OP
TRANS_CTL_OP macro
Syntax
Show:
Summary
Declaration
from
transport.h:28
#define
TRANS_CTL_OP
(
data
)
(
(
data
)
[
0
]
&
TRANS_CTL_OP_MASK
)
Arguments
Argument
data
Examples
References
from
examples
Code
Location
#define
TRANS_CTL_OP
(
data
)
(
(
data
)
[
0
]
&
TRANS_CTL_OP_MASK
)
transport.h:28
#define
TRANS_CTL_OP
(
data
)
(
(
data
)
[
0
]
&
TRANS_CTL_OP_MASK
)
transport.h:20
if
(
TRANS_CTL_OP
(
(
uint8_t
*
)
net_buf_pull_mem
(
buf
,
1
)
)
friend.c:1197
if
(
TRANS_CTL_OP
(
(
uint8_t
*
)
net_buf_pull_mem
(
buf
,
1
)
)
!=
TRANS_CTL_OP_ACK
)
{
friend.c:1386
uint8_t
ctl_op
=
TRANS_CTL_OP
(
&
hdr
)
;
transport.c:1023
uint8_t
ctl_op
=
TRANS_CTL_OP
(
&
hdr
)
;
transport.c:898
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