Searched refs:GPIO_PORTB (Results 1 – 4 of 4) sorted by relevance
136 #define GPIO_PORTB (1<<5) macro218 #define PB8_PF_SD_DAT0 ( GPIO_PORTB | GPIO_PF | GPIO_PUEN | 8 )219 #define PB8_AF_MS_PIO ( GPIO_PORTB | GPIO_AF | 8 )220 #define PB9_PF_SD_DAT1 ( GPIO_PORTB | GPIO_PF | GPIO_PUEN | 9 )221 #define PB9_AF_MS_PI1 ( GPIO_PORTB | GPIO_AF | 9 )222 #define PB10_PF_SD_DAT2 ( GPIO_PORTB | GPIO_PF | GPIO_PUEN | 10 )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 )[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
237 #define GPIO_PORTB (1 << GPIO_PORT_SHIFT) macro