![]() |
CMSIS-Core (Cortex-A)
Version 1.1.2
CMSIS-Core support for Cortex-A processor-based devices
|
CMSIS compiler specific macros, functions, instructions. More...
Functions | |
| uint32_t | __REV (uint32_t value) |
| Reverse byte order (32 bit) More... | |
| uint16_t | __REV16 (uint16_t value) |
| Reverse byte order (16 bit) More... | |
| int32_t | __REVSH (int32_t value) |
| Reverse byte order (16 bit) More... | |
| uint32_t | __ROR (uint32_t op1, uint32_t op2) |
| Rotate Right in unsigned value (32 bit) More... | |
| uint32_t | __RBIT (uint32_t value) |
| Reverse bit order of value. More... | |
| uint8_t | __CLZ (uint32_t value) |
| Count leading zeros. More... | |