CMSIS
__RRX()
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
__RRX()
__RRX() function
Rotate Right with Extend (32 bit) Moves each bit of a bitstring right by one bit. The carry input is shifted in at the left end of the bitstring.
Syntax
Show:
Summary
Declaration
from
cmsis_gcc.h:593
__STATIC_FORCEINLINE
uint32_t
__RRX
(
uint32_t
value
)
;
Arguments
Argument
value
Return value
Rotated value
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