void TWI_EnableIt(AT91S_TWI *pTwi, unsigned int sources) { SANITY_CHECK(pTwi); SANITY_CHECK((sources & 0xFFFFF088) == 0); pTwi->TWI_IER = sources; }