nn::os::Alarm::Finalize Member Function

Syntax

#include <nn/os.h>

void Finalize();

Parameters

None.

Return Values

None.

Description

Finalizes an alarm. This function cannot be called when an alarm is currently set.

If this function is called while an alarm is set, the program will stop. (In the retail product environment, this is handled as a fatal error.)

Revision History

2011/06/22
Described the behavior if called while an alarm is set.
2010/01/07
Initial version.

CONFIDENTIAL