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