bit_ops.h File Reference
#include "pico.h"

Go to the source code of this file.

Functions

uint32_t __rev (uint32_t bits)
 Reverse the bits in a 32 bit word. More...
 
uint64_t __revll (uint64_t bits)
 Reverse the bits in a 64 bit double word. More...