Searched refs:GPIO_PORT_G (Results 1 – 13 of 13) sorted by relevance
/lk-master/target/qemu-m4/ |
A D | m4display.c | 48 gpio_set(GPIO(GPIO_PORT_G, 8), true); in chip_select() 50 gpio_set(GPIO(GPIO_PORT_G, 8), false); in chip_select() 56 gpio_set(GPIO(GPIO_PORT_G, 15), true); in reset() 58 gpio_set(GPIO(GPIO_PORT_G, 15), false); in reset() 95 gpio_config(GPIO(GPIO_PORT_G, 8), GPIO_OUTPUT); in setup_pins() 98 gpio_config(GPIO(GPIO_PORT_G, 15), GPIO_OUTPUT); in setup_pins()
|
/lk-master/target/stm3220g/include/target/ |
A D | gpioconfig.h | 16 #define GPIO_LED0 GPIO(GPIO_PORT_G, 6) 17 #define GPIO_LED1 GPIO(GPIO_PORT_G, 8)
|
/lk-master/platform/stm32f1xx/ |
A D | gpio.c | 31 case GPIO_PORT_G: in port_to_pointer() 37 DEBUG_ASSERT(port <= GPIO_PORT_G); in enable_port()
|
/lk-master/platform/stm32f7xx/ |
A D | gpio.c | 32 case GPIO_PORT_G: in port_to_pointer() 67 case GPIO_PORT_G: in enable_port()
|
/lk-master/platform/stm32f1xx/include/platform/ |
A D | gpio.h | 21 #define GPIO_PORT_G 6 macro
|
/lk-master/platform/stm32f2xx/include/platform/ |
A D | gpio.h | 23 #define GPIO_PORT_G 6 macro
|
/lk-master/platform/stm32f4xx/include/platform/ |
A D | gpio.h | 23 #define GPIO_PORT_G 6 macro
|
/lk-master/platform/stellaris/include/platform/ |
A D | gpio.h | 23 #define GPIO_PORT_G 6 macro
|
/lk-master/platform/lpc15xx/include/platform/ |
A D | gpio.h | 24 #define GPIO_PORT_G 6
|
/lk-master/platform/stm32f7xx/include/platform/ |
A D | gpio.h | 25 #define GPIO_PORT_G 6 macro
|
/lk-master/platform/stm32f2xx/ |
A D | gpio.c | 31 case GPIO_PORT_G: in port_to_pointer()
|
/lk-master/platform/stm32f4xx/ |
A D | gpio.c | 31 case GPIO_PORT_G: in port_to_pointer()
|
/lk-master/platform/stellaris/ |
A D | gpio.c | 29 case GPIO_PORT_G: in port_to_pointer()
|
Completed in 13 milliseconds