nrfcxx
0.1.0
C++-17 Framework for Nordic nRF5 Devices
|
Go to the documentation of this file. 12 #include <pabigot/crc.hpp> 34 extern crc16dnp_type::tabler_type
crc16dnp;
45 extern crc32_type::tabler_type
crc32;
pabigot::crc::crc< 16, 0x3d65, true, true, 0, -1 > crc16dnp_type
CRC-16/DNP.
Definition: crc.hpp:31
pabigot::crc::CRC32 crc32_type
CRC-32 for standard operations.
Definition: crc.hpp:42
crc16dnp_type::tabler_type crc16dnp
The tabler to use for CRC-16/DNP.
Primary header for nrfcxx interface dependencies.
Primary namespace for nrfcxx functionality.
Definition: clock.hpp:17
crc32_type::tabler_type crc32
The tabler to use for CRC-32.