Home
last modified time | relevance | path

Searched refs:GPIO_PORT_G (Results 1 – 13 of 13) sorted by relevance

/lk-master/target/qemu-m4/
A Dm4display.c48 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 Dgpioconfig.h16 #define GPIO_LED0 GPIO(GPIO_PORT_G, 6)
17 #define GPIO_LED1 GPIO(GPIO_PORT_G, 8)
/lk-master/platform/stm32f1xx/
A Dgpio.c31 case GPIO_PORT_G: in port_to_pointer()
37 DEBUG_ASSERT(port <= GPIO_PORT_G); in enable_port()
/lk-master/platform/stm32f7xx/
A Dgpio.c32 case GPIO_PORT_G: in port_to_pointer()
67 case GPIO_PORT_G: in enable_port()
/lk-master/platform/stm32f1xx/include/platform/
A Dgpio.h21 #define GPIO_PORT_G 6 macro
/lk-master/platform/stm32f2xx/include/platform/
A Dgpio.h23 #define GPIO_PORT_G 6 macro
/lk-master/platform/stm32f4xx/include/platform/
A Dgpio.h23 #define GPIO_PORT_G 6 macro
/lk-master/platform/stellaris/include/platform/
A Dgpio.h23 #define GPIO_PORT_G 6 macro
/lk-master/platform/lpc15xx/include/platform/
A Dgpio.h24 #define GPIO_PORT_G 6
/lk-master/platform/stm32f7xx/include/platform/
A Dgpio.h25 #define GPIO_PORT_G 6 macro
/lk-master/platform/stm32f2xx/
A Dgpio.c31 case GPIO_PORT_G: in port_to_pointer()
/lk-master/platform/stm32f4xx/
A Dgpio.c31 case GPIO_PORT_G: in port_to_pointer()
/lk-master/platform/stellaris/
A Dgpio.c29 case GPIO_PORT_G: in port_to_pointer()

Completed in 8 milliseconds