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