Searched defs:sec (Results 1 – 3 of 3) sorted by relevance
35 u8 sec; // Seconds after the minute [0, 61] member
235 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks((OSTime)sec) ) argument
576 #define OSSecondsToTicks( sec ) ((sec) * OS_TIMER_CLOCK) argument588 int sec; // seconds after the minute [0, 61] member