Searched refs:AT91C_PIO_PA19 (Results 1 – 8 of 8) sorted by relevance
1667 #define AT91C_PIO_PA19 (1 << 19) // Pin Controlled by PA19 macro1668 #define AT91C_PA19_RK (AT91C_PIO_PA19) // SSC Receive Clock1669 #define AT91C_PA19_FIQ (AT91C_PIO_PA19) // AIC Fast Interrupt Input
1769 #define AT91C_PIO_PA19 ((unsigned int) 1 << 19) // Pin Controlled by PA19 macro1770 #define AT91C_PA19_RK ((unsigned int) AT91C_PIO_PA19) // SSC Receive Clock1771 #define AT91C_PA19_FIQ ((unsigned int) AT91C_PIO_PA19) // AIC Fast Interrupt Input
2208 #define AT91C_PIO_PA19 (1 << 19) // Pin Controlled by PA19 macro2209 #define AT91C_PA19_CANRX (AT91C_PIO_PA19) // CAN Receive
2477 #define AT91C_PIO_PA19 ((unsigned int) 1 << 19) // Pin Controlled by PA19 macro2478 #define AT91C_PA19_CANRX ((unsigned int) AT91C_PIO_PA19) // CAN Receive
2477 #define AT91C_PIO_PA19 ((unsigned int) 1 << 19) // Pin Controlled by PA19 macro2478 #define AT91C_PA19_CANRX ((unsigned int) AT91C_PIO_PA19) // CAN Receive4458 AT91C_PIO_PA19 EQU (1 << 19) ;- Pin Controlled by PA194459 AT91C_PA19_CANRX EQU (AT91C_PIO_PA19) ;- CAN Receive