Searched refs:AT91C_US_RXDIS (Results 1 – 9 of 9) sorted by relevance
2148 pUSART->US_CR = AT91C_US_RSTRX | AT91C_US_RSTTX | AT91C_US_RXDIS | AT91C_US_TXDIS; in AT91F_US_Configure()2214 pUSART->US_CR = AT91C_US_RXDIS; in AT91F_US_DisableRx()2249 pUSART->US_CR = AT91C_US_TXDIS | AT91C_US_RXDIS | AT91C_US_RSTTX | AT91C_US_RSTRX; in AT91F_US_Close()
208 #define AT91C_US_RXDIS ( 0x1 << 5 ) /* (DBGU) Receiver Disable */ macro
143 #define AT91C_US_RXDIS ( 0x1 << 5 ) /* (DBGU) Receiver Disable */ macro
244 #define AT91C_US_RXDIS ( ( unsigned int ) 0x1 << 5 ) /* (DBGU) Receiver Disable */ macro
319 #define AT91C_US_RXDIS ( ( unsigned int ) 0x1 << 5 ) /* (DBGU) Receiver Disable */ macro
319 #define AT91C_US_RXDIS ( ( unsigned int ) 0x1 << 5 ) /* (DBGU) Receiver Disable */ macro2811 AT91C_US_RXDIS EQU( 0x1 << 5 );