unit UptimerI em.hal/UptimerI.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16package em.hal interface UptimerI type Time: struct secs: uint32 subs: uint32 ticks: uint32 end function calibrate(secs256: uint32, ticks: uint32): uint16 function read(): Time& function resetSync() function trim(): uint16 end