ESP-IDF
OT_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_MAX
OT_MAX macro
Returns the greater of @p a and @p b.
Syntax
Show:
Summary
Declaration
from
code_utils.hpp:90
#define
OT_MAX
(
a
,
b
)
(
(
a
)
<
(
b
)
?
(
b
)
:
(
a
)
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
OT_MAX
(
a
,
b
)
(
(
a
)
<
(
b
)
?
(
b
)
:
(
a
)
)
code_utils.hpp:90
OT_MAX
(
1
,
OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_MAX_SNOOP_ENTRIES
)
;
address_resolver.hpp:234
static
constexpr
uint16_t
kFwdInfoEntries
=
OT_MAX
(
kPrioFwdEntries
,
kQmFwdEntries
)
;
mesh_forwarder.hpp:413
static
constexpr
uint8_t
kLifetime
=
OT_MAX
(
kReassemblyTimeout
,
kRetainTime
)
;
mesh_forwarder.hpp:454
static
constexpr
uint32_t
kMinTimeout
=
Time
::
MsecToSec
(
OT_MAX
(
kMinTimeoutKeepAlive
,
kMinTimeoutDataPoll
)
)
;
mle.cpp:775
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