1.2.3.1.12 PDS_InitItems Function
C
void PDS_InitItems(uint16_t memIdStart, uint16_t memIdEnd);Description
This routine initializes PDS items, Initializes an item with default data if it doesn't exist yet, or reads it when it does exist.
Parameters
| Param | Description |
|---|---|
| memIdStart | The start memory identifier |
| memIdEnd | The end memory identifier |
Returns
true, if all expected files have been restored, false - otherwise
