1.1.2.1.1 ITEM_ID_TO_MEM_MAPPING Macro

C

/** PDS Item to memory mapping Definition */
#define ITEM_ID_TO_MEM_MAPPING(item, size, pointer, func, flag) \
  {.itemId = item, .itemSize = size, .itemData = pointer, .filler = func, .flags = flag}

Description

PDS Item to memory mapping Definition