Searched defs:sec (Results 1 – 3 of 3) sorted by relevance
33 u8 sec; // seconds after the minute [0, 61] member
232 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks(sec) ) argument
575 #define OSSecondsToTicks( sec ) ((sec) * OS_TIMER_CLOCK) argument587 int sec; // seconds after the minute [0, 61] member