Searched refs:GPIO_PORT_B (Results 1 – 17 of 17) sorted by relevance
/lk-master/target/dartuinoP0/include/target/ |
A D | gpioconfig.h | 17 #define GPIO_USART3_TX GPIO(GPIO_PORT_B, 10) 18 #define GPIO_USART3_RX GPIO(GPIO_PORT_B, 11) 30 #define GPIO_SHIELD_D0 GPIO(GPIO_PORT_B, 11) 31 #define GPIO_SHIELD_D1 GPIO(GPIO_PORT_B, 10) 50 #define GPIO_SHIELD_ADC5 GPIO(GPIO_PORT_B, 0)
|
/lk-master/target/nucleo-f072rb/ |
A D | init.c | 27 gpio_config(GPIO(GPIO_PORT_B, 8), GPIO_PULLUP | GPIO_STM32_AF | GPIO_STM32_AFn(1)); // SCL in target_early_init() 28 gpio_config(GPIO(GPIO_PORT_B, 9), GPIO_PULLUP | GPIO_STM32_AF | GPIO_STM32_AFn(1)); // SDA in target_early_init()
|
/lk-master/platform/stm32f7xx/ |
A D | gpio.c | 22 case GPIO_PORT_B: in port_to_pointer() 52 case GPIO_PORT_B: in enable_port()
|
/lk-master/target/stm32f746g-disco/include/target/ |
A D | gpioconfig.h | 14 #define GPIO_USART1_RX GPIO(GPIO_PORT_B, 7)
|
/lk-master/platform/stm32f1xx/include/platform/ |
A D | gpio.h | 16 #define GPIO_PORT_B 1 macro
|
/lk-master/platform/stm32f0xx/ |
A D | gpio.c | 52 case GPIO_PORT_B: in stm32_gpio_port_to_pointer() 85 case GPIO_PORT_B: in stm32_gpio_enable_port()
|
/lk-master/platform/stm32f2xx/include/platform/ |
A D | gpio.h | 18 #define GPIO_PORT_B 1 macro
|
/lk-master/platform/stm32f4xx/include/platform/ |
A D | gpio.h | 18 #define GPIO_PORT_B 1 macro
|
/lk-master/platform/stm32f0xx/include/platform/ |
A D | gpio.h | 23 #define GPIO_PORT_B 1 macro
|
/lk-master/platform/stellaris/include/platform/ |
A D | gpio.h | 18 #define GPIO_PORT_B 1 macro
|
/lk-master/platform/lpc15xx/include/platform/ |
A D | gpio.h | 19 #define GPIO_PORT_B 1
|
/lk-master/platform/stm32f7xx/include/platform/ |
A D | gpio.h | 20 #define GPIO_PORT_B 1 macro
|
/lk-master/target/dartuinoP0/ |
A D | memory_lcd.c | 47 gpio_set(GPIO(GPIO_PORT_B, 12), GPIO_PIN_SET); in chip_select() 49 gpio_set(GPIO(GPIO_PORT_B, 12), GPIO_PIN_RESET); in chip_select()
|
/lk-master/platform/stm32f1xx/ |
A D | gpio.c | 21 case GPIO_PORT_B: in port_to_pointer()
|
/lk-master/platform/stm32f2xx/ |
A D | gpio.c | 21 case GPIO_PORT_B: in port_to_pointer()
|
/lk-master/platform/stm32f4xx/ |
A D | gpio.c | 21 case GPIO_PORT_B: in port_to_pointer()
|
/lk-master/platform/stellaris/ |
A D | gpio.c | 19 case GPIO_PORT_B: in port_to_pointer()
|
Completed in 9 milliseconds