Skyward boardcore
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
namespace | Boardcore::CRCUtils |
Functions | |
template<uint16_t poly, uint16_t init> | |
uint16_t | Boardcore::CRCUtils::generiCrc16 (const uint8_t *buffer, size_t count) |
Generic 16bit wide CRC calculation. | |
Variables | |
const auto | Boardcore::CRCUtils::crc16 = generiCrc16<0x1021, 0xffff> |
CRC-16/CCITT-FALSE. | |