USB Host Shield 2.0
|
Go to the source code of this file.
Classes | |
class | PS5BT |
Macros | |
#define | CRC32_POLY_LE 0xedb88320 |
Variables | |
const uint32_t | 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