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