diff options
| author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-30 10:06:26 +0000 | 
|---|---|---|
| committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-07-30 10:06:26 +0000 | 
| commit | 0a020d13e7dcbc126c808e29696c2038a1aa461e (patch) | |
| tree | 94254f88ab656eba833651293aef0ac0ec0fb47f | |
| parent | 2fdc7663020924cbef31dde069f3b32f101d45bb (diff) | |
add definition for STALLSENT bit in UDP CSR register
git-svn-id: https://svn.openpcd.org:2342/trunk@56 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
| -rw-r--r-- | openpcd/firmware/include/AT91SAM7.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/openpcd/firmware/include/AT91SAM7.h b/openpcd/firmware/include/AT91SAM7.h index 5a07d00..2bc8558 100644 --- a/openpcd/firmware/include/AT91SAM7.h +++ b/openpcd/firmware/include/AT91SAM7.h @@ -1355,6 +1355,7 @@ typedef struct _AT91S_UDP {  #define AT91C_UDP_RX_DATA_BK0 ((unsigned int) 0x1 <<  1) // (UDP) Receive Data Bank 0  #define AT91C_UDP_RXSETUP     ((unsigned int) 0x1 <<  2) // (UDP) Sends STALL to the Host (Control endpoints)  #define AT91C_UDP_ISOERROR    ((unsigned int) 0x1 <<  3) // (UDP) Isochronous error (Isochronous endpoints) +#define AT91C_UDP_STALLSENT   ((unsigned int) 0x1 <<  3) // (UDP) Stall Sent (Control endpoints)  #define AT91C_UDP_TXPKTRDY    ((unsigned int) 0x1 <<  4) // (UDP) Transmit Packet Ready  #define AT91C_UDP_FORCESTALL  ((unsigned int) 0x1 <<  5) // (UDP) Force Stall (used by Control, Bulk and Isochronous endpoints).  #define AT91C_UDP_RX_DATA_BK1 ((unsigned int) 0x1 <<  6) // (UDP) Receive Data Bank 1 (only used by endpoints with ping-pong attributes). | 
