1.1.2.1.11 ItemIdToMemoryMapping_t Struct
C
typedef struct
{
// Item identifier
PDS_MemId_t itemId;
// Size of the item
uint16_t itemSize;
// Pointer to the item data
void *itemData;
// Function which gets called upon operation completion.
void (*filler)(void);
// Flags.
uint8_t flags;
} ItemIdToMemoryMapping_t;
Description
PDS Item to memory mapping structure
