MCPcopy Create free account
hub / github.com/FDOS/kernel / DayToBcd

Function DayToBcd

kernel/sysclk.c:53–59  ·  view source on GitHub ↗

STATIC int BcdToByte(int x) { return ((x >> 4) & 0xf) * 10 + (x & 0xf); } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

clk_driverFunction · 0.85

Calls 1

ByteToBcdFunction · 0.85

Tested by

no test coverage detected