Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ reset
Method
reset
libraries/CRC/CRC8.cpp:31–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
void CRC8::reset()
32
{
33
_polynome = CRC8_DEFAULT_POLYNOME;
34
_startMask = 0;
35
_endMask = 0;
36
_crc = 0;
37
_reverseIn = false;
38
_reverseOut = false;
39
_started = false;
40
_count = 0;
41
}
42
43
44
void CRC8::restart()
Callers
4
unittest
Function · 0.45
unittest
Function · 0.45
unittest
Function · 0.45
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
4
unittest
Function · 0.36
unittest
Function · 0.36
unittest
Function · 0.36
unittest
Function · 0.36