Searched refs:sec (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.2.2/build/demos/hio2demo/include/ |
| D | multi.h | 35 u8 sec; // Seconds after the minute [0, 61] member 59 packet->hour, packet->min, packet->sec, SWAP16(packet->msec) in MultiPacketToString()
|
| /RvlSDK-3.2.2/include/revolution/os/ |
| D | OSThread.h | 235 #define OSSleepSeconds( sec ) OSSleepTicks( OSSecondsToTicks((OSTime)sec) ) argument
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | os.h | 576 #define OSSecondsToTicks( sec ) ((sec) * OS_TIMER_CLOCK) argument 588 int sec; // seconds after the minute [0, 61] member
|
| /RvlSDK-3.2.2/build/demos/hio2demo/src/ |
| D | simple.c | 162 sendBuffer.sec = (u8)calender.sec; in main()
|
| D | multi-main.c | 172 sendBuffer.sec = (u8)calender.sec; in main()
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | report.c | 118 OSReport("%02d:%02d %02d\n", ct.hour, ct.min, ct.sec); in main()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 211 stPacket.sec = pLocalTime.tm_sec; in __HIO2Send()
|
| /RvlSDK-3.2.2/build/demos/wpaddemo/src/ |
| D | memory.c | 167 …imeStamp : %d/%d/%d %02d:%02d:%02d\n", title, ct.year, ct.mon+1, ct.mday, ct.hour, ct.min, ct.sec); in ReadCallback()
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 316 pPacket->sec = pLocalTime->tm_sec; in CreatePcTime()
|