|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Header file for bit reverse operations. More...
Go to the source code of this file.
Functions | |
| static uint32_t | arch_sys_bit_rev32 (uint32_t x) |
| Reverse the bits in a 32-bit value. | |
| static uint16_t | arch_sys_bit_rev16 (uint16_t x) |
| Reverse the bits in a 16-bit value. | |
| static uint8_t | arch_sys_bit_rev8 (uint8_t x) |
| Reverse the bits in an 8-bit value. | |
Header file for bit reverse operations.
Reverse the bits in a 16-bit value.
| x | Value to reverse |
Reverse the bits in a 32-bit value.
| x | Value to reverse |