USB Host Shield 2.0
Classes | Macros | Variables
PS5BT.h File Reference
#include "BTHID.h"
#include "PS5Parser.h"
Include dependency graph for PS5BT.h:

Go to the source code of this file.

Classes

class  PS5BT
 

Macros

#define CRC32_POLY_LE   0xedb88320
 

Variables

const uint32_t crc32_table []
 

Macro Definition Documentation

◆ CRC32_POLY_LE

#define CRC32_POLY_LE   0xedb88320

Definition at line 80 of file PS5BT.h.

Variable Documentation

◆ crc32_table

const uint32_t crc32_table[]

Generated from the standard Ethernet CRC-32 polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x^1+x^0 Source: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/libkern/crc32.c

Definition at line 29 of file PS5BT.h.