TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
bitrev.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

static uint8_t bitrev4 (uint8_t nibble)
static uint8_t bitrev8 (uint8_t byte)
static uint16_t bitrev16 (uint16_t hword)
static uint32_t bitrev32 (uint32_t word)
static uint64_t bitrev64 (uint64_t dword)

Function Documentation

◆ bitrev16()

uint16_t bitrev16 ( uint16_t hword)
inlinestatic

◆ bitrev32()

uint32_t bitrev32 ( uint32_t word)
inlinestatic

◆ bitrev4()

uint8_t bitrev4 ( uint8_t nibble)
inlinestatic

◆ bitrev64()

uint64_t bitrev64 ( uint64_t dword)
inlinestatic

◆ bitrev8()

uint8_t bitrev8 ( uint8_t byte)
inlinestatic