@web-font-path: "roboto-debian.css";
Loading...
Searching...
No Matches
bit_ops.h File Reference
#include "pico.h"
Include dependency graph for bit_ops.h:

Go to the source code of this file.

Functions

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