PDS_RestoreAll

Definition: This function will restore all the items from the PDS to RAM from all registered files.

Syntax

PdsStatus_t PDS_RestoreAll(void);

Input Parameters

<None>

Return Type and Values

Table 1. Return Type

Parameter Name

Parameter Type

Description

PdsStatus_t

ENUM

PDS status codes. Definition available in pds_interface.h

Table 2. Return Values

Return Value

Reason

PDS_OK

PDS operation is success

PDS_NOT_FOUND

PDS read from NVM failed

API Type – Synchronous