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

Function reverse12

libraries/CRC/CRC.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37uint16_t reverse12(uint16_t in)
38{
39 return reverse16(in) >> 4;
40}
41
42
43uint32_t reverse32(uint32_t in)

Callers 1

crc12Function · 0.85

Calls 1

reverse16Function · 0.85

Tested by

no test coverage detected