FD32M0P Microcontroller SDK
|
CMSIS Cortex-M Core Instruction Access Header File. More...
Macros | |
#define | __NOP __nop |
No Operation. | |
#define | __WFI __wfi |
Wait For Interrupt. | |
#define | __WFE __wfe |
Wait For Event. | |
#define | __SEV __sev |
Send Event. | |
#define | __ISB() |
Instruction Synchronization Barrier. | |
#define | __DSB() |
Data Synchronization Barrier. | |
#define | __DMB() |
Data Memory Barrier. | |
#define | __REV __rev |
Reverse byte order (32 bit) | |
#define | __ROR __ror |
Rotate Right in unsigned value (32 bit) | |
#define | __BKPT(value) |
Breakpoint. |
Functions | |
__attribute__ ((section(".rev16_text"))) __STATIC_INLINE __ASM uint32_t __REV16(uint32_t value) | |
Reverse byte order (16 bit) | |
__attribute__ ((section(".revsh_text"))) __STATIC_INLINE __ASM int32_t __REVSH(int32_t value) | |
Reverse byte order in signed short value. |
CMSIS Cortex-M Core Instruction Access Header File.