#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. 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.
OS_ResetSystem
OS_GetResetParameter
2009/05/19 Explained that this function is called from inside OS_Init
.
2004/09/01 Initial version.
CONFIDENTIAL