Home
last modified time | relevance | path

Searched refs:AT91C_US_TXDIS (Results 1 – 9 of 9) sorted by relevance

/Kernel-v11.0.1/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7S64.h2148 pUSART->US_CR = AT91C_US_RSTRX | AT91C_US_RSTTX | AT91C_US_RXDIS | AT91C_US_TXDIS; in AT91F_US_Configure()
2224 pUSART->US_CR = AT91C_US_TXDIS; in AT91F_US_DisableTx()
2249 pUSART->US_CR = AT91C_US_TXDIS | AT91C_US_RXDIS | AT91C_US_RSTTX | AT91C_US_RSTRX; in AT91F_US_Close()
DAT91SAM7S64_inc.h210 #define AT91C_US_TXDIS ( 0x1 << 7 ) /* (DBGU) Transmitter Disable */ macro
DAT91SAM7X128_inc.h145 #define AT91C_US_TXDIS ( 0x1 << 7 ) /* (DBGU) Transmitter Disable */ macro
DAT91SAM7X256_inc.h145 #define AT91C_US_TXDIS ( 0x1 << 7 ) /* (DBGU) Transmitter Disable */ macro
DAT91SAM7S64.h246 #define AT91C_US_TXDIS ( ( unsigned int ) 0x1 << 7 ) /* (DBGU) Transmitter Disable… macro
DAT91SAM7X128.h321 #define AT91C_US_TXDIS ( ( unsigned int ) 0x1 << 7 ) /* (DBGU) Transmitter Disable… macro
DAT91SAM7X256.h321 #define AT91C_US_TXDIS ( ( unsigned int ) 0x1 << 7 ) /* (DBGU) Transmitter Disable… macro
/Kernel-v11.0.1/portable/GCC/ARM7_AT91SAM7S/
DAT91SAM7X256.h321 #define AT91C_US_TXDIS ( ( unsigned int ) 0x1 << 7 ) /* (DBGU) Transmitter Disable… macro
Dioat91sam7x256.h321 #define AT91C_US_TXDIS ( ( unsigned int ) 0x1 << 7 ) /* (DBGU) Transmitter Disable… macro
2815 AT91C_US_TXDIS EQU( 0x1 << 7 );