MCPcopy 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
31void 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
44void CRC8::restart()

Callers 4

unittestFunction · 0.45
unittestFunction · 0.45
unittestFunction · 0.45
unittestFunction · 0.45

Calls

no outgoing calls

Tested by 4

unittestFunction · 0.36
unittestFunction · 0.36
unittestFunction · 0.36
unittestFunction · 0.36