OS_InitReset

C Specification

#include <nitro/os.h>

void OS_InitReset( void );

Arguments

None.

Return Values

None.

Description

This function initializes the reset system.

You must call OS_InitReset once before calling a reset system function. However, in the case that an application calls the OS_Initfunction, this function will be called from within the OS_Init() function. Therefore, you do not need to call this function separately.

As an exception, the OS_GetResetParameter function may be called before the OS_InitReset function.

See Also

OS_ResetSystem, OS_GetResetParameter

Revision History

09/01/2004 Initial Version