nnosTimerStartOneShot Function

Syntax

NN_EXTERN_C void nnosTimerStartOneShot(
     nnosTimer * this_,
     s64 time
);

Arguments

Name Description
this_
time

Return Values

Description

See the corresponding C++ function nn::os::Timer::StartOneShot.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL