mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: adjustments to the USB reading part.
This commit is contained in:
parent
a4b4a1a9a2
commit
b4a03581c2
4 changed files with 56 additions and 21 deletions
|
@ -1738,7 +1738,7 @@ typedef struct _AT91S_UDP {
|
|||
#define AT91C_UDP_EPEDS (0x1 << 15) // (UDP) Endpoint Enable Disable
|
||||
#define AT91C_UDP_RXBYTECNT (0x7FF << 16) // (UDP) Number Of Bytes Available in the FIFO
|
||||
// -------- UDP_TXVC : (UDP Offset: 0x74) Transceiver Control Register --------
|
||||
#define AT91C_UDP_TXVDIS (0x1 << 8) // (UDP)
|
||||
#define AT91C_UDP_TXVDIS (0x1 << 8) // (UDP) Transceiver Disable
|
||||
|
||||
// *****************************************************************************
|
||||
// REGISTER ADDRESS DEFINITION FOR AT91SAM7S512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue