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. However, in the case that an application calls the OS_Init function, this function will be called from within the OS_Init function. Therefore, you do not need to call this function separately.

The OS_GetResetParameter function may be called before the OS_InitReset function.

See Also

OS_ResetSystem
OS_GetResetParameter

Revision History

2004/09/01 Initial version.


CONFIDENTIAL