OS_InitReset

Syntax

#include <nitro/os.h>

void OS_InitReset( void );

Arguments

None.

Return Values

None.

Description

Initializes the software reset system.

You must call the OS_InitReset function once before calling a software reset function. This function is called internally by the OS_Init function, so there is normally no need for the application to call it again.

The OS_GetResetParameter function may be called before the OS_InitReset function.

See Also

OS_ResetSystem
OS_GetResetParameter

Revision History

2009/05/19 Explained that this function is called from inside OS_Init.
2004/09/01 Initial version.


CONFIDENTIAL