1.5.1.4.8 SRV_STORAGE_Initialize Function
C
void SRV_STORAGE_Initialize(void);
Summary
Initializes the PRIME Non-volatile Storage service.
Description
This routine initializes the PRIME Non-volatile Storage service.
Precondition
None.
Parameters
None.
Returns
None.
Example
SRV_STORAGE_Initialize();
Remarks
This routine must be called before any other PRIME Non-volatile Storage service routine. This function is normally not called directly by an application. It is called by the system's initialize routine (SYS_Initialize).