| /TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/ |
| D | convert.c | 58 || (date->month < 1) || (date->month > 12) in RTC_ConvertDateToDay() 60 || (date->week >= RTC_WEEK_MAX) || (date->month < 1) || (date->month > 12)) in RTC_ConvertDateToDay() 67 dayNum += sDayOfYear[date->month - 1]; in RTC_ConvertDateToDay() 68 if ((date->month >= 3) && RTCi_IsLeapYear(date->year)) in RTC_ConvertDateToDay() 136 s32 month; in RTC_ConvertDayToDate() local 173 month = 1; in RTC_ConvertDayToDate() 177 month = 2; in RTC_ConvertDayToDate() 180 date->month = (u32)month; in RTC_ConvertDayToDate() 190 for (month = 11; month >= 0; month--) in RTC_ConvertDayToDate() 192 if (day >= sDayOfYear[month]) in RTC_ConvertDayToDate() [all …]
|
| D | external.c | 1243 pDst->month = RtcBCD2HEX(pSrc->month); in RtcCommonCallback() 1267 pDst->month = RtcBCD2HEX(pSrc->month); in RtcCommonCallback() 1647 if ((date->month < 1) || (date->month > 12)) in RtcCheckDate() 1657 raw->month = RtcHEX2BCD(date->month); in RtcCheckDate()
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_ownerInfo.c | 59 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfo()
|
| D | os_ownerInfoEx.c | 69 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfoEx()
|
| /TwlSDK-5.1.0/build/demos/rtc/rtc-1/src/ |
| D | main.c | 253 gRtcDate.year + 2000, gRtcDate.month, gRtcDate.day, StrWeek[gRtcDate.week]); in NitroMain() 507 gRtcDate.month, in AlarmIntrCallback() 540 d->month = (d->month % 12) + 1; in IncValue() 621 d->month = ((d->month + 10) % 12) + 1; in DecValue()
|
| /TwlSDK-5.1.0/include/twl/rtc/common/ |
| D | type_ex.h | 84 u32 month:5; /* Month ( 01 - 12 ) */ member
|
| /TwlSDK-5.1.0/include/nitro/spi/common/ |
| D | userInfo_teg.h | 82 u8 month; //Month: 01 - 12 member
|
| D | userInfo_ts_0.h | 82 u8 month; // Month: 01 - 12 member
|
| D | userInfo_ts_200.h | 52 u8 month; // Month: 01 - 12 member
|
| D | userInfo_ts_300.h | 86 u8 month; // Month: 01 to 12 member
|
| /TwlSDK-5.1.0/include/twl/os/common/ |
| D | ownerInfoEx_private.h | 50 u8 month; // Month: 01 to 12 member
|
| /TwlSDK-5.1.0/build/demos/rtc/swclock-1/src/ |
| D | main.c | 177 gRtcDate.year + 2000, gRtcDate.month, gRtcDate.day, StrWeek[gRtcDate.week]); in NitroMain() 181 … gSWClockDate.year + 2000, gSWClockDate.month, gSWClockDate.day, StrWeek[gSWClockDate.week]); in NitroMain()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | ownerInfo.h | 112 u8 month; // Month (1 to 12) member
|
| /TwlSDK-5.1.0/include/nitro/rtc/common/ |
| D | type.h | 62 u32 month:5; // Month ( 01 - 12 ) member
|
| /TwlSDK-5.1.0/build/demos/rtc/convert-1/src/ |
| D | main.c | 220 date->year + 2000, date->month, date->day, sWeekName[date->week], in FormatDateTime()
|
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | types.h | 225 u32 month; // 1-12 member
|
| /TwlSDK-5.1.0/include/nitro/rtc/ARM9/ |
| D | api.h | 101 u32 month; // Month ( 1 to 12 ) member
|
| /TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/ |
| D | main.c | 363 date.month, in GetTestData()
|
| /TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/ |
| D | main.c | 382 date.month, in GetTestData()
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_archive_fatfs.c | 250 dst->month = FATFS_DOSTIME_TO_MON(src); in FSi_DostimeToFstime() 269 *dst = FATFS_DATETIME_TO_DOSTIME(src->year, src->month, src->day, in FSi_FstimeToDostime() 284 if( fstime->month / 13 != 0) { return FALSE;} in FSi_CheckFstime()
|
| D | fs_proc_default.c | 903 info->mtime.month = 0; in FSi_ROMFAT_ReadDirectory()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOHostio.c | 255 dst->month = src->m_nMonth; in DEMOi_HIO_ConvertTime()
|
| /TwlSDK-5.1.0/build/demos/wm/wep-1/src/ |
| D | main.c | 1069 (((((((u64)date.year * 16ULL + date.month) * 32ULL) + date.day) * 32ULL + in TwlMain()
|