Home
last modified time | relevance | path

Searched refs:NOSTick (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nos/
Dnos_horizon.h497 typedef u64 NOSTick; typedef
508 NN_INLINE NOSTick NOS_GetTick(void) in NOS_GetTick()
511 return (NOSTick)nnosTickGetSystemCurrent(); in NOS_GetTick()
528 NN_INLINE s64 NOS_CmpTick(NOSTick a, NOSTick b) in NOS_CmpTick()
550 NN_INLINE NOSTick NOS_SecondsToTicks(s64 s) in NOS_SecondsToTicks()
554 NN_INLINE NOSTick NOS_MilliSecondsToTicks(s64 ms) in NOS_MilliSecondsToTicks()
558 NN_INLINE NOSTick NOS_MicroSecondsToTicks(s64 ms) in NOS_MicroSecondsToTicks()
562 NN_INLINE NOSTick NOS_NanoSecondsToTicks(s64 ns) in NOS_NanoSecondsToTicks()
822 s32 NOS_SetAlarm(NOSAlarmId alarmId, NOSTick tick, NOSAlarmHandler callback, void *arg);
825 s32 NOS_SetPeriodicAlarm(NOSAlarmId alarmId, NOSTick start, NOSTick period, NOSAlarmHandler callbac…
[all …]
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nsoc/
Dnsoc_entry.h72NOSTick time; /**< 最後にアクセスされた時刻(tick)、NSOC_SetInstanceOpt()では0を指定してください…