Searched refs:GPIO_PORTB (Results 1 – 4 of 4) sorted by relevance
136 #define GPIO_PORTB (1<<5) macro219 #define PB8_AF_MS_PIO ( GPIO_PORTB | GPIO_AF | 8 )221 #define PB9_AF_MS_PI1 ( GPIO_PORTB | GPIO_AF | 9 )223 #define PB10_AF_MS_SCLKI ( GPIO_PORTB | GPIO_AF | 10 )224 #define PB11_PF_SD_DAT3 ( GPIO_PORTB | GPIO_PF | 11 )225 #define PB11_AF_MS_SDIO ( GPIO_PORTB | GPIO_AF | 11 )226 #define PB12_PF_SD_CLK ( GPIO_PORTB | GPIO_PF | 12 )227 #define PB12_AF_MS_SCLK0 ( GPIO_PORTB | GPIO_AF | 12 )229 #define PB13_AF_MS_BS ( GPIO_PORTB | GPIO_AF | 13 )230 #define PB14_AF_SSI_RXFS ( GPIO_PORTB | GPIO_AF | 14 )[all …]
411 #define PB4_PF_SD2_D0 (GPIO_PORTB | GPIO_PF | 4)412 #define PB5_PF_SD2_D1 (GPIO_PORTB | GPIO_PF | 5)413 #define PB6_PF_SD2_D2 (GPIO_PORTB | GPIO_PF | 6)414 #define PB7_PF_SD2_D3 (GPIO_PORTB | GPIO_PF | 7)415 #define PB8_PF_SD2_CMD (GPIO_PORTB | GPIO_PF | 8)416 #define PB9_PF_SD2_CLK (GPIO_PORTB | GPIO_PF | 9)
52 #define GPIO_PORTB (PORTB << GPIO_PORT_SHIFT) macro
245 #define GPIO_PORTB (1 << GPIO_PORT_SHIFT) macro