Skyward boardcore
Loading...
Searching...
No Matches
CRC.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for CRC.h:
This graph shows which files directly or indirectly include this file:

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.