nn::os::Timer::Timer Constructor

Syntax

explicit Timer(
     bool isManualReset
);

Arguments

Name Description
in isManualReset See Initialize.

Description

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