ESP-IDF
OI_BIT_TEST
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
OI_BIT_TEST
OI_BIT_TEST macro
@name Single-bit operation macros In these macros, x is the data item for which a bit is to be tested or set and y specifies which bit is to be tested or set.
Syntax
Show:
Summary
Declaration
from
oi_stddefs.h:156
#define
OI_BIT_TEST
(
x
,
y
)
(
(
x
)
&
(
y
)
)
Arguments
Argument
x
y
Examples
References
from
examples
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