void USART_SetIrdaFilter(AT91S_USART *pUsart, unsigned char filter) { SANITY_CHECK(pUsart); pUsart->US_IF = filter; }