Searched refs:AT91C_PIO_PA4 (Results 1 – 8 of 8) sorted by relevance
1712 #define AT91C_PIO_PA4 (1 << 4) // Pin Controlled by PA4 macro1713 #define AT91C_PA4_TWCK (AT91C_PIO_PA4) // TWI Two-wire Serial Clock1714 #define AT91C_PA4_TCLK0 (AT91C_PIO_PA4) // Timer Counter 0 external clock input
2247 #define AT91C_PIO_PA4 (1 << 4) // Pin Controlled by PA4 macro2248 #define AT91C_PA4_CTS0 (AT91C_PIO_PA4) // USART 0 Clear To Send2249 #define AT91C_PA4_NPCS13 (AT91C_PIO_PA4) // SPI 1 Peripheral Chip Select 3
1814 #define AT91C_PIO_PA4 ((unsigned int) 1 << 4) // Pin Controlled by PA4 macro1815 #define AT91C_PA4_TWCK ((unsigned int) AT91C_PIO_PA4) // TWI Two-wire Serial Clock1816 #define AT91C_PA4_TCLK0 ((unsigned int) AT91C_PIO_PA4) // Timer Counter 0 external clock input
2516 #define AT91C_PIO_PA4 ((unsigned int) 1 << 4) // Pin Controlled by PA4 macro2517 #define AT91C_PA4_CTS0 ((unsigned int) AT91C_PIO_PA4) // USART 0 Clear To Send2518 #define AT91C_PA4_NPCS13 ((unsigned int) AT91C_PIO_PA4) // SPI 1 Peripheral Chip Select 3
2516 #define AT91C_PIO_PA4 ((unsigned int) 1 << 4) // Pin Controlled by PA4 macro2517 #define AT91C_PA4_CTS0 ((unsigned int) AT91C_PIO_PA4) // USART 0 Clear To Send2518 #define AT91C_PA4_NPCS13 ((unsigned int) AT91C_PIO_PA4) // SPI 1 Peripheral Chip Select 34497 AT91C_PIO_PA4 EQU (1 << 4) ;- Pin Controlled by PA44498 AT91C_PA4_CTS0 EQU (AT91C_PIO_PA4) ;- USART 0 Clear To Send4499 AT91C_PA4_NPCS13 EQU (AT91C_PIO_PA4) ;- SPI 1 Peripheral Chip Select 3