nn::os::Timer::TryInitialize Member Functionnn::Result TryInitialize( bool isManualReset );
| Name | Description | |
|---|---|---|
| in | isManualReset | Sets whether the timer resets manually. When a manually resetting timer expires, any threads that used the Wait function to wait for that timer start immediately. |
Tries to initialize a timer.
CONFIDENTIAL