UoS³ Flight Computer Firmware
 All Data Structures Files Functions Groups Pages
Functions
Pn9

PN9 Routines. More...

Functions

void Util_pn9 (uint8_t *buffer, uint32_t preroll, uint32_t length)
 

Detailed Description

PN9 Routines.

Function Documentation

void Util_pn9 ( uint8_t *  buffer,
uint32_t  preroll,
uint32_t  length 
)

XOR a byte buffer with the PN9 sequence used in the CC1120.

Parameters
bufferPointer to the buffer to process
prerollIterations of the sequence to run before processing the buffer
sizeSize of the buffer

Definition at line 11 of file pn9.c.