Searched refs:GPIO_PF (Results 1 – 5 of 5) sorted by relevance
11 #define PA5_PF_LSCLK (GPIO_PORTA | GPIO_PF | GPIO_OUT | 5)12 #define PA6_PF_LD0 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 6)13 #define PA7_PF_LD1 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 7)14 #define PA8_PF_LD2 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 8)15 #define PA9_PF_LD3 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 9)16 #define PA10_PF_LD4 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 10)17 #define PA11_PF_LD5 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 11)18 #define PA12_PF_LD6 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 12)19 #define PA13_PF_LD7 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 13)20 #define PA14_PF_LD8 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 14)[all …]
14 #define PA0_PF_USBH2_CLK (GPIO_PORTA | GPIO_PF | 0)15 #define PA1_PF_USBH2_DIR (GPIO_PORTA | GPIO_PF | 1)16 #define PA2_PF_USBH2_DATA7 (GPIO_PORTA | GPIO_PF | 2)17 #define PA3_PF_USBH2_NXT (GPIO_PORTA | GPIO_PF | 3)18 #define PA4_PF_USBH2_STP (GPIO_PORTA | GPIO_PF | 4)19 #define PB22_PF_USBH1_SUSP (GPIO_PORTB | GPIO_PF | 22)20 #define PB25_PF_USBH1_RCV (GPIO_PORTB | GPIO_PF | 25)21 #define PC5_PF_I2C2_SDA (GPIO_PORTC | GPIO_PF | GPIO_IN | 5)22 #define PC6_PF_I2C2_SCL (GPIO_PORTC | GPIO_PF | GPIO_IN | 6)23 #define PC7_PF_USBOTG_DATA5 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 7)[all …]
13 #define PB22_PF_USBH1_BYP (GPIO_PORTB | GPIO_PF | 22)14 #define PB25_PF_USBH1_ON (GPIO_PORTB | GPIO_PF | 25)15 #define PC5_PF_USBOTG_SDA (GPIO_PORTC | GPIO_PF | 5)16 #define PC6_PF_USBOTG_SCL (GPIO_PORTC | GPIO_PF | 6)17 #define PC7_PF_USBOTG_ON (GPIO_PORTC | GPIO_PF | 7)18 #define PC8_PF_USBOTG_FS (GPIO_PORTC | GPIO_PF | 8)19 #define PC9_PF_USBOTG_OE (GPIO_PORTC | GPIO_PF | 9)20 #define PC10_PF_USBOTG_TXDM (GPIO_PORTC | GPIO_PF | 10)21 #define PC11_PF_USBOTG_TXDP (GPIO_PORTC | GPIO_PF | 11)22 #define PC12_PF_USBOTG_RXDM (GPIO_PORTC | GPIO_PF | 12)[all …]
51 #define GPIO_PF (1 << 10) macro
133 imx_iomuxv1_set_gius(port, pin, !(gpio_mode & (GPIO_PF | GPIO_AF))); in mxc_gpio_mode()