LPS_MASK
#define NOT_READY(ppbus) ((ppb_rstr(ppbus)^LPS_INVERT)&LPS_MASK)
cur_status = (cur_status ^ LPS_INVERT) & LPS_MASK;