nn::os::Timer::Timer Constructor
explicit Timer(
bool isManualReset
);
| Name | Description | |
|---|---|---|
| in | isManualReset | See Initialize. |
Timer initialization.
Two constructors are provided: one performs initialization, and the other does not.
If you use the non-initializing version, you must call Initialize to explicitly initialize the object before you use it.
CONFIDENTIAL