Home
last modified time | relevance | path

Searched refs:ncd (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_ownerInfo.c57 info->language = (u8)(src->ncd.option.language); in OS_GetOwnerInfo()
58 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfo()
59 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfo()
60 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfo()
61 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfo()
62 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfo()
63 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfo()
65 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfo()
86 return src->ncd.option.rtcOffset; in OS_GetOwnerRtcOffset()
Dos_ownerInfoEx.c68 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfoEx()
69 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfoEx()
70 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfoEx()
71 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfoEx()
72 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfoEx()
73 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfoEx()
75 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfoEx()
89 info->language = (u8)(src->ncd.option.language); in OS_GetOwnerInfoEx()
/TwlSDK-5.1.0/include/nitro/spi/common/
DuserInfo_ts_300.h193 NVRAMConfigData ncd; // Various types of configuration data member
214 NVRAMConfigData ncd; // Various types of configuration data member
DuserInfo_teg.h137 NVRAMConfigData ncd; // Various types of configuration data member
DuserInfo_ts_0.h137 NVRAMConfigData ncd; // Various types of configuration data member
DuserInfo_ts_200.h159 NVRAMConfigData ncd; // Various types of configuration data member
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dtp.c423 x1 = info->ncd.tp.raw_x1; in TP_GetUserInfo()
424 y1 = info->ncd.tp.raw_y1; in TP_GetUserInfo()
425 dx1 = (u16)(info->ncd.tp.dx1); in TP_GetUserInfo()
426 dy1 = (u16)(info->ncd.tp.dy1); in TP_GetUserInfo()
427 x2 = info->ncd.tp.raw_x2; in TP_GetUserInfo()
428 y2 = info->ncd.tp.raw_y2; in TP_GetUserInfo()
429 dx2 = (u16)(info->ncd.tp.dx2); in TP_GetUserInfo()
430 dy2 = (u16)(info->ncd.tp.dy2); in TP_GetUserInfo()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c339 if ((src->ncd.version == 0xff) && (src->ncd.option.language == 7)) in CheckLanguageCode()