Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
CRC32 Struct Reference

simple CRC32 implementation More...

#include <min.h>

Public Member Functions

void init ()
 reinitialize state
 
void step (uint8_t byte)
 calculate step with given byte
 
uint32_t finalize ()
 get final CRC32 value
 

Public Attributes

uint32_t checksum {0xffffffff}
 state
 

Detailed Description

simple CRC32 implementation


The documentation for this struct was generated from the following file: