|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Header file for bit reverse operations. More...
#include <zephyr/toolchain.h>#include <zephyr/arch/cpu.h>#include <zephyr/types.h>#include <zephyr/sys/util.h>Go to the source code of this file.
Functions | |
| static uint32_t | sys_bit_rev32 (uint32_t x) |
| Reverse the bits in a 32-bit value. | |
| static uint16_t | sys_bit_rev16 (uint16_t x) |
| Reverse the bits in a 16-bit value. | |
| static uint8_t | sys_bit_rev8 (uint8_t x) |
| Reverse the bits in an 8-bit value. | |
Header file for bit reverse operations.