PM_THRESH_SH
thresh = ((unsigned int)event >> PM_THRESH_SH) & PM_THRESH_MSK;
thresh = (ev >> PM_THRESH_SH) & PM_THRESH_MSK;