PCDAC_MASK
pChannelData->pcdacMax = (uint16_t)((eeval >> 10) & PCDAC_MASK);
pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);