Searched refs:sec (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.4/build/libraries/rtc/ARM9/src/ |
| D | convert.c | 109 s32 day, sec; in RTC_ConvertDateTimeToSecond() local 115 sec = RTCi_ConvertTimeToSecond(time); in RTC_ConvertDateTimeToSecond() 116 if (sec == -1) in RTC_ConvertDateTimeToSecond() 120 return ((s64)day) * (60 * 60 * 24) + sec; in RTC_ConvertDateTimeToSecond() 213 void RTCi_ConvertSecondToTime(RTCTime *time, s32 sec) in RTCi_ConvertSecondToTime() argument 215 if (sec < 0) in RTCi_ConvertSecondToTime() 217 sec = 0; in RTCi_ConvertSecondToTime() 219 if (sec > 86399) in RTCi_ConvertSecondToTime() 221 sec = 86399; in RTCi_ConvertSecondToTime() 224 time->second = (u32)(sec % 60); in RTCi_ConvertSecondToTime() [all …]
|
| /TwlSDK-5.4/build/tools/makelcf.TWL/ |
| D | tlcf.l | 74 sec (=[.a-zA-Z]*)? 81 STATIC_CRT0_OBJ \<STATIC\.CRT0\.OBJECT{sec}\> 83 STATIC_OBJ \<STATIC\.OBJECT{sec}{mod}\> 84 F_S_OBJS \<FOREACH\.STATIC\.OBJECTS{sec}{flt}\> 85 E_S_OBJS \<END\.STATIC\.OBJECTS{sec}{flt}\> 91 STATIC_LIB \<STATIC\.LIBRARY{sec}{mod}\> 92 F_S_LIBS \<FOREACH\.STATIC\.LIBRARIES{sec}{flt}\> 93 E_S_LIBS \<END\.STATIC\.LIBRARIES{sec}{flt}\> 115 F_ATLS \<FOREACH\.AUTOLOADS{sec}{flt}\> 116 E_ATLS \<END\.AUTOLOADS{sec}{flt}\> [all …]
|
| /TwlSDK-5.4/include/nitro/os/common/ |
| D | tick.h | 53 #define OS_SecondsToTicks( sec ) ((OSTick)( (OS_SYSTEM_CLOCK * (u64)(sec)) / 64 )) argument 54 #define OS_SecondsToTicks32( sec ) ((OSTick)( (OS_SYSTEM_CLOCK * (u32)(sec)) / 64 )) argument
|
| /TwlSDK-5.4/build/tools/makelcf/ |
| D | tlcf.l | 160 sec (=[.a-zA-Z]*)? 172 STATIC_OBJ \<STATIC\.OBJECT{sec}{mod}\> 173 F_S_OBJS \<FOREACH\.STATIC\.OBJECTS{sec}{flt}\> 174 E_S_OBJS \<END\.STATIC\.OBJECTS{sec}{flt}\> 182 STATIC_LIB \<STATIC\.LIBRARY{sec}{mod}\> 183 F_S_LIBS \<FOREACH\.STATIC\.LIBRARIES{sec}{flt}\> 184 E_S_LIBS \<END\.STATIC\.LIBRARIES{sec}{flt}\> 212 F_ATLS \<FOREACH\.AUTOLOADS{sec}{flt}\> 213 E_ATLS \<END\.AUTOLOADS{sec}{flt}\> 221 AUTOLOAD_OBJ \<AUTOLOAD\.OBJECT{sec}{mod}\> [all …]
|
| /TwlSDK-5.4/include/nitro/rtc/ARM9/ |
| D | convert.h | 99 void RTCi_ConvertSecondToTime(RTCTime *time, s32 sec); 112 void RTC_ConvertSecondToDateTime(RTCDate *date, RTCTime *time, s64 sec);
|
| /TwlSDK-5.4/include/twl/hw/ARM9/ |
| D | ioreg_SCFG.h | 75 #define REG_SCFG_A9ROM_FIELD( rsel, sec ) \ argument 78 ((u32)(sec) << REG_SCFG_A9ROM_SEC_SHIFT))
|
| /TwlSDK-5.4/include/twl/hw/ARM9/tmp/ |
| D | ioreg_CFG.h | 87 #define REG_CFG_A9ROM_FIELD( ntr, sec ) \ argument 90 ((u32)(sec) << REG_CFG_A9ROM_SEC_SHIFT))
|
| /TwlSDK-5.4/include/nitro/ |
| D | dbghost.h | 53 unsigned sec; member
|
| /TwlSDK-5.4/include/twl/ |
| D | dbghost.h | 53 unsigned sec; member
|
| /TwlSDK-5.4/include/twl/fatfs/common/ |
| D | types.h | 152 #define FATFS_DATETIME_TO_DOSTIME(year, mon, mday, hour, min, sec) \ argument 153 (u32)((((sec / 2) & 0x1F) << 0) | \
|