

#include <nitro/os.h>void OS_InitReset( void );
None.
None.
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.
OS_ResetSystem
OS_GetResetParameter
2004/09/01 Initial version.
CONFIDENTIAL