Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CRC24Q.h File Reference

Go to the source code of this file.

Functions

unsigned int crc24q (const unsigned char *buff, int len)
 
unsigned int RTCMgetbitu (unsigned char *buff, int pos, int lenb)
 

Variables

static const unsigned int tbl_CRC24Q []
 

Function Documentation

◆ crc24q()

unsigned int crc24q ( const unsigned char buff,
int  len 
)
extern

Definition at line 44 of file CRC24Q.h.

References buff, and tbl_CRC24Q.

◆ RTCMgetbitu()

unsigned int RTCMgetbitu ( unsigned char buff,
int  pos,
int  lenb 
)

Definition at line 54 of file CRC24Q.h.

References buff, and foo.

Referenced by gps_ubx_parse_nav_relposned().

+ Here is the caller graph for this function:

Variable Documentation

◆ tbl_CRC24Q

const unsigned int tbl_CRC24Q[]
static

Definition at line 1 of file CRC24Q.h.

Referenced by crc24q().