ESP-IDF
XACT_ID_MAX
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
XACT_ID_MAX
XACT_ID_MAX macro
Syntax
Show:
Summary
Declaration
from
pb_adv.c:47
#define
XACT_ID_MAX
0x7f
Examples
References
from
examples
Code
Location
#define
XACT_ID_MAX
0x7f
pb_adv.c:47
return
(
(
(
id
+
1
)
&
XACT_ID_MAX
)
|
(
id
&
(
XACT_ID_MAX
+
1
)
)
)
;
pb_adv.c:185
link
.
rx
.
id
=
XACT_ID_MAX
;
pb_adv.c:222
link
.
tx
.
id
=
XACT_ID_MAX
;
pb_adv.c:847
link
.
rx
.
id
=
XACT_ID_MAX
;
pb_adv.c:871
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