__CMSIS_GCC_USE_REG is only used within CMSIS.
 
Symbols
loading...
Files
loading...

__CMSIS_GCC_USE_REG macro

Syntax

#define __CMSIS_GCC_USE_REG(r) "r" (r)

Arguments

r

References

LocationText
cmsis_gcc.h:221
#define __CMSIS_GCC_USE_REG(r) "r" (r)
cmsis_gcc.h:315
__ASM ("rev16 %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) );
cmsis_gcc.h:597
__ASM volatile ("rrx %0, %1" : __CMSIS_GCC_OUT_REG (result) : __CMSIS_GCC_USE_REG (value) );