CMSIS
+
0
/1 examples
SourceVu will show references to
ATOMIC_CLEAR_BIT
from the following samples and libraries:
HAL
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
ATOMIC_CLEAR_BIT
ATOMIC_CLEAR_BIT macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx.h:238
#define
ATOMIC_CLEAR_BIT
(
REG
,
BIT
)
\
do
{
\
uint32_t
val
;
\
do
{
\
val
=
__LDREXW
(
(
__IO
uint32_t
*
)
&
(
REG
)
)
&
~
(
BIT
)
;
\
}
while
(
(
__STREXW
(
val
,
(
__IO
uint32_t
*
)
&
(
REG
)
)
)
!=
0U
)
;
\
}
while
(
0
)
Arguments
Argument
REG
BIT
Examples
ATOMIC_CLEAR_BIT
is referenced by 1 libraries and example projects:
HAL
References
from
0/1
examples
Code
Location
#define
ATOMIC_CLEAR_BIT
(
REG
,
BIT
)
\
stm32f4xx.h:238
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out