Home
last modified time | relevance | path

Searched refs:period (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/include/nn/boss/
Dboss_DataStoreUploadAction.h81 …esult Initialize(u32 gameId, const wchar_t* pAccessKey, DstKind dstKind, u16 dataType, u16 period);
102 …meId, const wchar_t* pAccessKey, nn::Handle fileHandle, DstKind dstKind, u16 dataType, u16 period);
Dboss_Types.h224 u16 period; // member
/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_ExtraPad.h114 static nn::Result StartSampling(s32 samplingThreadPriority,s32 period);
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_LightAlarm.cpp143 if(pHeadNode->period == 0 || pHeadNode->canceled == true) in LightAlarmThread()
162 pHeadNode->fire += pHeadNode->period; in LightAlarmThread()
249 m_LightAlarm.period = static_cast<Tick>(0); in SetOneShot()
262 m_LightAlarm.period = interval; in SetPeriodic()
/CTR-SDK-4.2.5/include/nn/os/
Dos_LightAlarm.h85 Tick period; //Expression interval tick count variable
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h824 s32 NOS_SetPeriodicAlarm(NOSAlarmId alarmId, NOSTick start, NOSTick period, NOSAlarmHandler callbac…