ESP-IDF
TRANS_SEQ_ZERO_MASK
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRANS_SEQ_ZERO_MASK
TRANS_SEQ_ZERO_MASK macro
Syntax
Show:
Summary
Declaration
from
transport.h:26
#define
TRANS_SEQ_ZERO_MASK
(
(
uint16_t
)
BIT_MASK
(
13
)
)
Examples
References
from
examples
Code
Location
#define
TRANS_SEQ_ZERO_MASK
(
(
uint16_t
)
BIT_MASK
(
13
)
)
transport.h:26
#define
TRANS_SEQ_ZERO_MASK
(
(
uint16_t
)
BIT_MASK
(
13
)
)
transport.h:18
buf_seq_zero
=
(
(
net_buf_pull_be16
(
buf
)
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
)
;
friend.c:1072
uint16_t
seq_zero
=
(
(
(
buf
->
om_data
[
10
]
<
<
8
|
buf
->
om_data
[
11
]
)
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
)
;
friend.c:1118
found
=
(
(
net_buf_pull_be16
(
buf
)
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
)
==
friend.c:1390
(
*
seqauth
&
TRANS_SEQ_ZERO_MASK
)
;
friend.c:1391
if
(
seq_auth
&&
is_seg
(
seg
,
addr
,
*
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
)
{
friend.c:1574
if
(
!
is_seg
(
seg
,
src
,
*
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
)
{
friend.c:1778
seq_zero
=
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
;
transport.c:549
if
(
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
!=
seq_zero
)
{
transport.c:885
seq_zero
=
(
seq_zero
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
;
transport.c:923
uint16_t
seq_zero
=
*
seq_auth
&
TRANS_SEQ_ZERO_MASK
;
transport.c:1207
seq_zero
=
(
seq_zero
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
;
transport.c:1439
(
uint16_t
)
(
blocked
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
)
;
transport.c:256
uint16_t
seq_zero
=
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
;
transport.c:366
(
uint16_t
)
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
,
tx
->
attempts
)
;
transport.c:414
(
uint16_t
)
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
,
tx
->
nack_count
)
;
transport.c:521
if
(
(
tx
->
seq_auth
&
TRANS_SEQ_ZERO_MASK
)
!=
seq_zero
)
{
transport.c:796
seq_zero
=
(
seq_zero
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
;
transport.c:834
uint16_t
seq_zero
=
*
seq_auth
&
TRANS_SEQ_ZERO_MASK
;
transport.c:1076
seq_zero
=
(
seq_zero
>
>
2
)
&
TRANS_SEQ_ZERO_MASK
;
transport.c:1312
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