Searched refs:AT91C_US_RSTRX (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()2311 pUSART->US_CR = AT91C_US_RSTRX; in AT91F_US_ResetRx()2374 pUSART->US_CR = AT91C_US_TXDIS | AT91C_US_RXDIS | AT91C_US_RSTTX | AT91C_US_RSTRX ; in AT91F_US_Close()
205 #define AT91C_US_RSTRX (0x1 << 2) // (DBGU) Reset Receiver macro
140 #define AT91C_US_RSTRX (0x1 << 2) // (DBGU) Reset Receiver macro
238 #define AT91C_US_RSTRX ((unsigned int) 0x1 << 2) // (DBGU) Reset Receiver macro
312 #define AT91C_US_RSTRX ((unsigned int) 0x1 << 2) // (DBGU) Reset Receiver macro
312 #define AT91C_US_RSTRX ((unsigned int) 0x1 << 2) // (DBGU) Reset Receiver macro2759 AT91C_US_RSTRX EQU (0x1 << 2) ;- (DBGU) Reset Receiver