MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / begin

Method begin

libraries/Adler/Adler32.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20void Adler32::begin(uint32_t s1, uint32_t s2)
21{
22 _s1 = s1;
23 _s2 = s2;
24 _count = 0;
25}
26
27
28// reference implementation

Callers 2

unittestFunction · 0.45
unittestFunction · 0.45

Calls

no outgoing calls

Tested by 2

unittestFunction · 0.36
unittestFunction · 0.36