mbed library sources. Supersedes mbed-src.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: drivers/TableCRC.cpp
- Revision:
- 188:bcfe06ba3d64
- Parent:
- 184:08ed48f1de7f
- Child:
- 189:f392fc9709a3
--- a/drivers/TableCRC.cpp Thu Sep 06 13:40:20 2018 +0100 +++ b/drivers/TableCRC.cpp Thu Nov 08 11:46:34 2018 +0000 @@ -143,5 +143,13 @@ 0xafb010b1, 0xab710d06, 0xa6322bdf, 0xa2f33668, 0xbcb4666d, 0xb8757bda, 0xb5365d03, 0xb1f740b4 }; +extern const uint32_t Table_CRC_32bit_Rev_ANSI[MBED_OPTIMIZED_CRC_TABLE_SIZE] = { + 0x00000000, 0x1db71064, 0x3b6e20c8, 0x26d930ac, + 0x76dc4190, 0x6b6b51f4, 0x4db26158, 0x5005713c, + 0xedb88320, 0xf00f9344, 0xd6d6a3e8, 0xcb61b38c, + 0x9b64c2b0, 0x86d3d2d4, 0xa00ae278, 0xbdbdf21c +}; + + /** @}*/ } // namespace mbed