Searched refs:AT91C_US_RXDIS (Results 1 – 9 of 9) sorted by relevance
2265 pUSART->US_CR = AT91C_US_RSTRX | AT91C_US_RSTTX | AT91C_US_RXDIS | AT91C_US_TXDIS ; in AT91F_US_Configure()2337 pUSART->US_CR = AT91C_US_RXDIS; in AT91F_US_DisableRx()2374 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
241 #define AT91C_US_RXDIS ((unsigned int) 0x1 << 5) // (DBGU) Receiver Disable macro
315 #define AT91C_US_RXDIS ((unsigned int) 0x1 << 5) // (DBGU) Receiver Disable macro
315 #define AT91C_US_RXDIS ((unsigned int) 0x1 << 5) // (DBGU) Receiver Disable macro2762 AT91C_US_RXDIS EQU (0x1 << 5) ;- (DBGU) Receiver Disable