Searched refs:GPIOL (Results 1 – 9 of 9) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun50iw11/ |
| A D | platform-gpio.h | 52 GPIO_PL0 = GPIOL(0), 53 GPIO_PL1 = GPIOL(1), 54 GPIO_PL2 = GPIOL(2), 55 GPIO_PL3 = GPIOL(3), 56 GPIO_PL4 = GPIOL(4), 57 GPIO_PL5 = GPIOL(5), 58 GPIO_PL6 = GPIOL(6), 59 GPIO_PL7 = GPIOL(7), 60 GPIO_PL8 = GPIOL(8), 61 GPIO_PL9 = GPIOL(9), [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/platform/ |
| A D | uart-sun50iw11.h | 60 #define UART0_TX GPIOL(8) 61 #define UART0_RX GPIOL(9) 63 #define UART1_TX GPIOL(8) 64 #define UART1_RX GPIOL(9) 65 #define UART2_TX GPIOL(8) 66 #define UART2_RX GPIOL(9) 67 #define UART3_TX GPIOL(8) 68 #define UART3_RX GPIOL(9)
|
| A D | uart-sun8iw20.h | 126 #define UART2_TX GPIOL(8) 127 #define UART2_RX GPIOL(9) 128 #define UART3_TX GPIOL(8) 129 #define UART3_RX GPIOL(9)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun8iw19/ |
| A D | platform-gpio.h | 159 GPIO_PL0 = GPIOL(0), 160 GPIO_PL1 = GPIOL(1), 161 GPIO_PL2 = GPIOL(2), 162 GPIO_PL3 = GPIOL(3), 163 GPIO_PL4 = GPIOL(4), 164 GPIO_PL5 = GPIOL(5),
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun8iw18/ |
| A D | platform-gpio.h | 174 GPIO_PL0 = GPIOL(0), 175 GPIO_PL1 = GPIOL(1), 176 GPIO_PL2 = GPIOL(2), 177 GPIO_PL3 = GPIOL(3), 178 GPIO_PL4 = GPIOL(4), 179 GPIO_PL5 = GPIOL(5),
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/twi/platform/ |
| A D | twi_sun8iw19.h | 68 #define S_TWI0_SCK GPIOL(0)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/ |
| A D | gpio.h | 69 #define GPIOL(n) (PL_BASE + (n)) macro
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 2239 #define GPIOL ((GPIO_Type *) GPIO_PORTL_BASE) macro
|
| A D | msp432e411y.h | 2341 #define GPIOL ((GPIO_Type *) GPIO_PORTL_BASE) macro
|
Completed in 137 milliseconds