IB_DCHG
#define fdc_ienable() MFP2->mf_ierb |= IB_DCHG;
MFP2->mf_iprb = (u_int8_t)~IB_DCHG;
MFP2->mf_imrb |= IB_DCHG;
MFP2->mf_ierb &= ~IB_DCHG;