Searched refs:AT91C_PIO_PA10 (Results 1 – 8 of 8) sorted by relevance
1640 #define AT91C_PIO_PA10 (1 << 10) // Pin Controlled by PA10 macro1641 #define AT91C_PA10_DTXD (AT91C_PIO_PA10) // DBGU Debug Transmit Data1642 #define AT91C_PA10_NPCS2 (AT91C_PIO_PA10) // SPI Peripheral Chip Select 2
1742 #define AT91C_PIO_PA10 ((unsigned int) 1 << 10) // Pin Controlled by PA10 macro1743 #define AT91C_PA10_DTXD ((unsigned int) AT91C_PIO_PA10) // DBGU Debug Transmit Data1744 #define AT91C_PA10_NPCS2 ((unsigned int) AT91C_PIO_PA10) // SPI Peripheral Chip Select 2
2187 #define AT91C_PIO_PA10 (1 << 10) // Pin Controlled by PA10 macro2188 #define AT91C_PA10_TWD (AT91C_PIO_PA10) // TWI Two-wire Serial Data
2456 #define AT91C_PIO_PA10 ((unsigned int) 1 << 10) // Pin Controlled by PA10 macro2457 #define AT91C_PA10_TWD ((unsigned int) AT91C_PIO_PA10) // TWI Two-wire Serial Data
2456 #define AT91C_PIO_PA10 ((unsigned int) 1 << 10) // Pin Controlled by PA10 macro2457 #define AT91C_PA10_TWD ((unsigned int) AT91C_PIO_PA10) // TWI Two-wire Serial Data4437 AT91C_PIO_PA10 EQU (1 << 10) ;- Pin Controlled by PA104438 AT91C_PA10_TWD EQU (AT91C_PIO_PA10) ;- TWI Two-wire Serial Data