ESP-IDF
OT_MIN
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
OT_MIN
OT_MIN macro
Returns the smaller of @p a and @p b.
Syntax
Show:
Summary
Declaration
from
code_utils.hpp:85
#define
OT_MIN
(
a
,
b
)
(
(
b
)
<
(
a
)
?
(
b
)
:
(
a
)
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
OT_MIN
(
a
,
b
)
(
(
b
)
<
(
a
)
?
(
b
)
:
(
a
)
)
code_utils.hpp:85
size_t
to_copy
=
OT_MIN
(
aLen
-
bytes_read
,
buffer
->
mLength
)
;
tcp_ext_api.cpp:120
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