ESP-IDF
REG_CLR_BIT
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
REG_CLR_BIT
REG_CLR_BIT macro
Syntax
Show:
Summary
Declaration
from
soc.h:65
#define
REG_CLR_BIT
(
_r
,
_b
)
do
{
\
ASSERT_IF_DPORT_REG
(
(
_r
)
,
REG_CLR_BIT
)
;
\
*
(
volatile
uint32_t
*
)
(
_r
)
=
(
*
(
volatile
uint32_t
*
)
(
_r
)
)
&
(
~
(
_b
)
)
;
\
}
while
(
0
)
Arguments
Argument
_r
_b
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