Searched refs:GPIO_PORT_F (Results 1 – 16 of 16) sorted by relevance
/lk-master/target/stm32-p407/include/target/ |
A D | gpioconfig.h | 16 #define GPIO_LED0 GPIO(GPIO_PORT_F, 6) 17 #define GPIO_LED1 GPIO(GPIO_PORT_F, 7) 18 #define GPIO_LED2 GPIO(GPIO_PORT_F, 8) 19 #define GPIO_LED3 GPIO(GPIO_PORT_F, 9)
|
/lk-master/target/dartuinoP0/include/target/ |
A D | gpioconfig.h | 45 #define GPIO_SHIELD_ADC0 GPIO(GPIO_PORT_F, 6) 46 #define GPIO_SHIELD_ADC1 GPIO(GPIO_PORT_F, 10) 72 #define GPIO_SPI5_SCK GPIO(GPIO_PORT_F, 7) 73 #define GPIO_SPI5_MISO GPIO(GPIO_PORT_F, 8) 74 #define GPIO_SPI5_MOSI GPIO(GPIO_PORT_F, 9)
|
/lk-master/target/stellaris-launchpad/ |
A D | init.c | 39 gpio_set(GPIO(GPIO_PORT_F, 1), on); in target_set_debug_led() 42 gpio_set(GPIO(GPIO_PORT_F, 2), on); in target_set_debug_led() 45 gpio_set(GPIO(GPIO_PORT_F, 3), on); in target_set_debug_led()
|
/lk-master/platform/stm32f0xx/ |
A D | gpio.c | 68 case GPIO_PORT_F: in stm32_gpio_port_to_pointer() 75 DEBUG_ASSERT(port <= GPIO_PORT_F); in stm32_gpio_enable_port() 105 case GPIO_PORT_F: in stm32_gpio_enable_port()
|
/lk-master/platform/stm32f7xx/ |
A D | gpio.c | 30 case GPIO_PORT_F: in port_to_pointer() 64 case GPIO_PORT_F: in enable_port()
|
/lk-master/platform/stm32f1xx/include/platform/ |
A D | gpio.h | 20 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/stm32f2xx/include/platform/ |
A D | gpio.h | 22 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/stm32f4xx/include/platform/ |
A D | gpio.h | 22 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/stm32f0xx/include/platform/ |
A D | gpio.h | 35 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/stellaris/include/platform/ |
A D | gpio.h | 22 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/lpc15xx/include/platform/ |
A D | gpio.h | 23 #define GPIO_PORT_F 5
|
/lk-master/platform/stm32f7xx/include/platform/ |
A D | gpio.h | 24 #define GPIO_PORT_F 5 macro
|
/lk-master/platform/stm32f1xx/ |
A D | gpio.c | 29 case GPIO_PORT_F: in port_to_pointer()
|
/lk-master/platform/stm32f2xx/ |
A D | gpio.c | 29 case GPIO_PORT_F: in port_to_pointer()
|
/lk-master/platform/stm32f4xx/ |
A D | gpio.c | 29 case GPIO_PORT_F: in port_to_pointer()
|
/lk-master/platform/stellaris/ |
A D | gpio.c | 27 case GPIO_PORT_F: in port_to_pointer()
|
Completed in 9 milliseconds