|
STM CMSIS
|
CMSIS Cortex-M Core Function/Instruction Header File. More...
Go to the source code of this file.
Macros | |
| #define | __CMSIS_GCC_OUT_REG(r) "=r" (r) |
| #define | __CMSIS_GCC_USE_REG(r) "r" (r) |
| #define | __BKPT(value) __ASM volatile ("bkpt "#value) |
| Breakpoint. More... | |
| #define | __CLZ __builtin_clz |
| Count leading zeros. More... | |
Functions | |
| __attribute__ ((always_inline)) __STATIC_INLINE void __enable_irq(void) | |
| Enable IRQ Interrupts. More... | |
| __attribute__ ((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) | |
| Reverse bit order of value. More... | |
Variables | |
| uint32_t | op2 |
CMSIS Cortex-M Core Function/Instruction Header File.