nn::os::Timer::Initialize Member Function
void Initialize(
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. |
Initializes a timer.
CONFIDENTIAL