Home
last modified time | relevance | path

Searched refs:GPIO_PORT_B (Results 1 – 17 of 17) sorted by relevance

/lk-master/target/dartuinoP0/include/target/
A Dgpioconfig.h17 #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 Dinit.c27 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 Dgpio.c22 case GPIO_PORT_B: in port_to_pointer()
52 case GPIO_PORT_B: in enable_port()
/lk-master/target/stm32f746g-disco/include/target/
A Dgpioconfig.h14 #define GPIO_USART1_RX GPIO(GPIO_PORT_B, 7)
/lk-master/platform/stm32f1xx/include/platform/
A Dgpio.h16 #define GPIO_PORT_B 1 macro
/lk-master/platform/stm32f0xx/
A Dgpio.c52 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 Dgpio.h18 #define GPIO_PORT_B 1 macro
/lk-master/platform/stm32f4xx/include/platform/
A Dgpio.h18 #define GPIO_PORT_B 1 macro
/lk-master/platform/stm32f0xx/include/platform/
A Dgpio.h23 #define GPIO_PORT_B 1 macro
/lk-master/platform/stellaris/include/platform/
A Dgpio.h18 #define GPIO_PORT_B 1 macro
/lk-master/platform/lpc15xx/include/platform/
A Dgpio.h19 #define GPIO_PORT_B 1
/lk-master/platform/stm32f7xx/include/platform/
A Dgpio.h20 #define GPIO_PORT_B 1 macro
/lk-master/target/dartuinoP0/
A Dmemory_lcd.c47 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 Dgpio.c21 case GPIO_PORT_B: in port_to_pointer()
/lk-master/platform/stm32f2xx/
A Dgpio.c21 case GPIO_PORT_B: in port_to_pointer()
/lk-master/platform/stm32f4xx/
A Dgpio.c21 case GPIO_PORT_B: in port_to_pointer()
/lk-master/platform/stellaris/
A Dgpio.c19 case GPIO_PORT_B: in port_to_pointer()

Completed in 9 milliseconds