Contiki-NG
Loading...
Searching...
No Matches

Bit reversal library implementation. More...

#include "bitrev.h"

Go to the source code of this file.

Functions

uint8_t bitrev_byte (uint8_t byte)
 Reverse the bits in a single byte.
 
void bitrev_array (uint8_t *data, size_t len)
 Reverse bits in all bytes of an array (in-place)
 
void bitrev_array_copy (const uint8_t *input, uint8_t *output, size_t len)
 Reverse bits in all bytes of an array (copy to output)
 

Detailed Description

Bit reversal library implementation.

Author
Joakim Eriksson joaki.nosp@m.m.er.nosp@m.iksso.nosp@m.n@ri.nosp@m..se

Definition in file bitrev.c.