1.5.2.4.2 SRV_RESET_HANDLER_Initialize Function
C
void SRV_RESET_HANDLER_Initialize(void);
Summary
Initializes the PRIME Reset Handler service.
Description
This routine initializes the PRIME Reset Handler service.
Precondition
None.
Parameters
None.
Returns
None.
Example
int main()
{
SRV_RESET_HANDLER_Initialize();
}
Remarks
This routine must be called before any other PRIME Reset Handler service routine. This function is normally not called directly by an application. It is called by the system's initialize routine (SYS_Initialize).