CMSIS + 0/1 examples
CodeScope will show references to __REV() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

__REV() function

Reverse byte order (32 bit) Reverses the byte order in unsigned integer value. For example, 0x12345678 becomes 0x78563412.

Syntax

__STATIC_FORCEINLINE uint32_t __REV(uint32_t value);

Arguments

value

Return value

Reversed value

Examples

__REV() is referenced by 1 libraries and example projects.

References

LocationText
cmsis_gcc.h:292
__STATIC_FORCEINLINE uint32_t __REV(uint32_t value)

Call Tree

Functions called by __REV()
__REV()
__builtin_bswap32()
all items filtered out
Data read by __REV()
all items filtered out
__REV()
Type of __REV()
__REV()
uint32_t
all items filtered out