CMSIS
ATOMIC_CLEARH_BIT
is only used within CMSIS.
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
STM32 Libraries and Samples
CMSIS
ATOMIC_CLEARH_BIT
ATOMIC_CLEARH_BIT macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx.h:265
#define
ATOMIC_CLEARH_BIT
(
REG
,
BIT
)
\
do
{
\
uint16_t
val
;
\
do
{
\
val
=
__LDREXH
(
(
__IO
uint16_t
*
)
&
(
REG
)
)
&
~
(
BIT
)
;
\
}
while
(
(
__STREXH
(
val
,
(
__IO
uint16_t
*
)
&
(
REG
)
)
)
!=
0U
)
;
\
}
while
(
0
)
Arguments
Argument
REG
BIT
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