__RRX() is only used within CMSIS.
 
Symbols
loading...
Files
loading...

__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

__STATIC_FORCEINLINE uint32_t __RRX(uint32_t value);

Arguments

value

Return value

Rotated value

References

LocationText
cmsis_gcc.h:593
__STATIC_FORCEINLINE uint32_t __RRX(uint32_t value)

Data Use

Data read by __RRX()
__RRX()::result
all items filtered out
__RRX()
Type of __RRX()
__RRX()
uint32_t
all items filtered out