PDS Files

Table 1. PDS Files

Files

Description

services/pds/inc/pds_common.h

Header file for PDS common typedefs and structures

services/pds/inc/pds_interface.h

The PDS interface file which provides the API definitions for external layers

services/pds/inc/pds_nvm.h

The PDS NVM header file which contains NVM abstractions for PDS

services/pds/inc/pds_task_handler.h

The PDS driver task manager header file which calls PDS task scheduler

services/pds/inc/pds_wl.h

The PDS wear leveling header file which contains PDS wear leveling headers

services/pds/src/pds_interface.c

The PDS interface source file which has implementations for all public API's

services/pds/src/pds_nvm.c

The PDS NVM source file which contains NVM abstraction for PDS

services/pds/src/pds_task_handler.c

The PDS driver task manager source file which contains PDS task scheduler

services/pds/src/pds_wl.c

The PDS wear leveling source file which contains PDS wear leveling implementation