Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
uint16_t reverse12(uint16_t in)
38
{
39
return reverse16(in) >> 4;
40
}
41
42
43
uint32_t reverse32(uint32_t in)
Callers
1
crc12
Function · 0.85
Calls
1
reverse16
Function · 0.85
Tested by
no test coverage detected