Searched refs:GPIO_PF (Results 1 – 6 of 6) sorted by relevance
26 #define PA1_PF_TIN (GPIO_PORTA | GPIO_PF | 1)27 #define PA2_PF_PWM0 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 2)28 #define PA3_PF_CSI_MCLK (GPIO_PORTA | GPIO_PF | 3)29 #define PA4_PF_CSI_D0 (GPIO_PORTA | GPIO_PF | 4)30 #define PA5_PF_CSI_D1 (GPIO_PORTA | GPIO_PF | 5)31 #define PA6_PF_CSI_D2 (GPIO_PORTA | GPIO_PF | 6)32 #define PA7_PF_CSI_D3 (GPIO_PORTA | GPIO_PF | 7)33 #define PA8_PF_CSI_D4 (GPIO_PORTA | GPIO_PF | 8)34 #define PA9_PF_CSI_D5 (GPIO_PORTA | GPIO_PF | 9)35 #define PA10_PF_CSI_D6 (GPIO_PORTA | GPIO_PF | 10)[all …]
24 #define PA5_PF_LSCLK (GPIO_PORTA | GPIO_PF | GPIO_OUT | 5)25 #define PA6_PF_LD0 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 6)26 #define PA7_PF_LD1 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 7)27 #define PA8_PF_LD2 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 8)28 #define PA9_PF_LD3 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 9)29 #define PA10_PF_LD4 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 10)30 #define PA11_PF_LD5 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 11)31 #define PA12_PF_LD6 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 12)32 #define PA13_PF_LD7 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 13)33 #define PA14_PF_LD8 (GPIO_PORTA | GPIO_PF | GPIO_OUT | 14)[all …]
27 #define PA0_PF_USBH2_CLK (GPIO_PORTA | GPIO_PF | 0)28 #define PA1_PF_USBH2_DIR (GPIO_PORTA | GPIO_PF | 1)29 #define PA2_PF_USBH2_DATA7 (GPIO_PORTA | GPIO_PF | 2)30 #define PA3_PF_USBH2_NXT (GPIO_PORTA | GPIO_PF | 3)31 #define PA4_PF_USBH2_STP (GPIO_PORTA | GPIO_PF | 4)32 #define PB22_PF_USBH1_SUSP (GPIO_PORTB | GPIO_PF | 22)33 #define PB25_PF_USBH1_RCV (GPIO_PORTB | GPIO_PF | 25)34 #define PC5_PF_I2C2_SDA (GPIO_PORTC | GPIO_PF | GPIO_IN | 5)35 #define PC6_PF_I2C2_SCL (GPIO_PORTC | GPIO_PF | GPIO_IN | 6)36 #define PC7_PF_USBOTG_DATA5 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 7)[all …]
26 #define PB22_PF_USBH1_BYP (GPIO_PORTB | GPIO_PF | 22)27 #define PB25_PF_USBH1_ON (GPIO_PORTB | GPIO_PF | 25)28 #define PC5_PF_USBOTG_SDA (GPIO_PORTC | GPIO_PF | 5)29 #define PC6_PF_USBOTG_SCL (GPIO_PORTC | GPIO_PF | 6)30 #define PC7_PF_USBOTG_ON (GPIO_PORTC | GPIO_PF | 7)31 #define PC8_PF_USBOTG_FS (GPIO_PORTC | GPIO_PF | 8)32 #define PC9_PF_USBOTG_OE (GPIO_PORTC | GPIO_PF | 9)33 #define PC10_PF_USBOTG_TXDM (GPIO_PORTC | GPIO_PF | 10)34 #define PC11_PF_USBOTG_TXDP (GPIO_PORTC | GPIO_PF | 11)35 #define PC12_PF_USBOTG_RXDM (GPIO_PORTC | GPIO_PF | 12)[all …]
64 #define GPIO_PF (1 << 10) macro
146 imx_iomuxv1_set_gius(port, pin, !(gpio_mode & (GPIO_PF | GPIO_AF))); in mxc_gpio_mode()