Home
last modified time | relevance | path

Searched refs:GPIO_PORT_D (Results 1 – 18 of 18) sorted by relevance

/lk-master/target/stm32f4-discovery/include/target/
A Dgpioconfig.h16 #define GPIO_LED0 GPIO(GPIO_PORT_D, 13) // LD3 - Orange
17 #define GPIO_LED1 GPIO(GPIO_PORT_D, 12) // LD4 - Green
18 #define GPIO_LED2 GPIO(GPIO_PORT_D, 14) // LD5 - Red
19 #define GPIO_LED3 GPIO(GPIO_PORT_D, 15) // LD6 - Blue
/lk-master/target/stm32f429i-disco/include/target/
A Dgpioconfig.h16 #define GPIO_LED0 GPIO(GPIO_PORT_D, 13) // LD3 - Orange
17 #define GPIO_LED1 GPIO(GPIO_PORT_D, 12) // LD4 - Green
18 #define GPIO_LED2 GPIO(GPIO_PORT_D, 14) // LD5 - Red
19 #define GPIO_LED3 GPIO(GPIO_PORT_D, 15) // LD6 - Blue
/lk-master/target/dartuinoP0/include/target/
A Dgpioconfig.h25 #define GPIO_LED112 GPIO(GPIO_PORT_D, 6)
26 #define GPIO_LED113 GPIO(GPIO_PORT_D, 7)
36 #define GPIO_SHIELD_D6 GPIO(GPIO_PORT_D, 6)
37 #define GPIO_SHIELD_D7 GPIO(GPIO_PORT_D, 7)
/lk-master/target/stm32-p407/include/target/
A Dgpioconfig.h13 #define GPIO_USART3_TX GPIO(GPIO_PORT_D, 8)
14 #define GPIO_USART3_RX GPIO(GPIO_PORT_D, 9)
/lk-master/target/stm32-p107/
A Dinit.c27 gpio_config(GPIO(GPIO_PORT_D, 8), GPIO_STM32_AF); in target_early_init()
28 gpio_config(GPIO(GPIO_PORT_D, 9), GPIO_INPUT); in target_early_init()
/lk-master/platform/stm32f7xx/
A Dgpio.c26 case GPIO_PORT_D: in port_to_pointer()
58 case GPIO_PORT_D: in enable_port()
/lk-master/platform/stm32f1xx/include/platform/
A Dgpio.h18 #define GPIO_PORT_D 3 macro
/lk-master/platform/stm32f0xx/
A Dgpio.c60 case GPIO_PORT_D: in stm32_gpio_port_to_pointer()
95 case GPIO_PORT_D: in stm32_gpio_enable_port()
/lk-master/platform/stm32f2xx/include/platform/
A Dgpio.h20 #define GPIO_PORT_D 3 macro
/lk-master/platform/stm32f4xx/include/platform/
A Dgpio.h20 #define GPIO_PORT_D 3 macro
/lk-master/platform/stm32f0xx/include/platform/
A Dgpio.h29 #define GPIO_PORT_D 3 macro
/lk-master/platform/stellaris/include/platform/
A Dgpio.h20 #define GPIO_PORT_D 3 macro
/lk-master/platform/lpc15xx/include/platform/
A Dgpio.h21 #define GPIO_PORT_D 3
/lk-master/platform/stm32f7xx/include/platform/
A Dgpio.h22 #define GPIO_PORT_D 3 macro
/lk-master/platform/stm32f1xx/
A Dgpio.c25 case GPIO_PORT_D: in port_to_pointer()
/lk-master/platform/stm32f2xx/
A Dgpio.c25 case GPIO_PORT_D: in port_to_pointer()
/lk-master/platform/stm32f4xx/
A Dgpio.c25 case GPIO_PORT_D: in port_to_pointer()
/lk-master/platform/stellaris/
A Dgpio.c23 case GPIO_PORT_D: in port_to_pointer()

Completed in 24 milliseconds