/lk-master/target/dartuinoP0/include/target/ |
A D | gpioconfig.h | 17 #define GPIO_USART3_TX GPIO(GPIO_PORT_B, 10) 20 #define GPIO_LED108 GPIO(GPIO_PORT_E, 3) 21 #define GPIO_LED109 GPIO(GPIO_PORT_E, 4) 22 #define GPIO_LED110 GPIO(GPIO_PORT_E, 5) 23 #define GPIO_LED111 GPIO(GPIO_PORT_E, 6) 25 #define GPIO_LED112 GPIO(GPIO_PORT_D, 6) 26 #define GPIO_LED113 GPIO(GPIO_PORT_D, 7) 27 #define GPIO_LED114 GPIO(GPIO_PORT_J, 10) 28 #define GPIO_LED115 GPIO(GPIO_PORT_J, 11) 52 #define GPIO_SW100 GPIO(GPIO_PORT_J, 12) [all …]
|
/lk-master/app/mdebug/ |
A D | lpclink2.h | 12 #define GPIO_LED GPIO(0,8) 13 #define GPIO_RESET GPIO(5,5) 14 #define GPIO_RESET_TXEN GPIO(5,6) 15 #define GPIO_TMS_TXEN GPIO(1,8) 16 #define GPIO_TMS GPIO(1,9) 17 #define GPIO_TCK GPIO(0,12) 18 #define GPIO_TDI GPIO(0,13) 19 #define GPIO_TDO GPIO(1,7)
|
A D | swd-sgpio.c | 41 #define GPIO_LED GPIO(0,8) 42 #define GPIO_RESET GPIO(5,5) 43 #define GPIO_RESET_TXEN GPIO(5,6) 44 #define GPIO_SWDIO_TXEN GPIO(1,8) 45 #define GPIO_SWDIO GPIO(1,9) 46 #define GPIO_SWCLK GPIO(0,12)
|
/lk-master/target/stm32-p407/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_USART3_TX GPIO(GPIO_PORT_D, 8) 14 #define GPIO_USART3_RX GPIO(GPIO_PORT_D, 9) 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/stm32f4-discovery/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_USART2_TX GPIO(GPIO_PORT_A, 2) 14 #define GPIO_USART2_RX GPIO(GPIO_PORT_A, 3) 16 #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 D | gpioconfig.h | 13 #define GPIO_USART1_TX GPIO(GPIO_PORT_A, 9) 14 #define GPIO_USART1_RX GPIO(GPIO_PORT_A, 10) 16 #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/stm3220g/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_USART3_TX GPIO(GPIO_PORT_C, 10) 14 #define GPIO_USART3_RX GPIO(GPIO_PORT_C, 11) 16 #define GPIO_LED0 GPIO(GPIO_PORT_G, 6) 17 #define GPIO_LED1 GPIO(GPIO_PORT_G, 8) 18 #define GPIO_LED2 GPIO(GPIO_PORT_I, 9) 19 #define GPIO_LED3 GPIO(GPIO_PORT_C, 7)
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/ |
A D | gpio.c | 19 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_get_pad() 29 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_set_function() 30 …invalid_params_if(GPIO, fn << IO_BANK0_GPIO0_CTRL_FUNCSEL_LSB & ~IO_BANK0_GPIO0_CTRL_FUNCSEL_BITS); in gpio_set_function() 43 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_get_function() 50 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_set_pulls() 60 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_set_inover() 68 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_set_outover() 76 invalid_params_if(GPIO, gpio >= NUM_BANK0_GPIOS); in gpio_set_oeover()
|
/lk-master/target/nucleo-f072rb/ |
A D | init.c | 23 gpio_config(GPIO(GPIO_PORT_A, 2), GPIO_STM32_AF | GPIO_STM32_AFn(1)); in target_early_init() 24 gpio_config(GPIO(GPIO_PORT_A, 3), GPIO_STM32_AF | GPIO_STM32_AFn(1)); in target_early_init() 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/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/external/platform/lpc15xx/lpcopen/periph_grouped_int/example/ |
A D | readme.dox | 2 * @brief Grouped GPIO Interrupt example 3 * This example shows how to use Grouped GPIO interrupt. 33 /** @defgroup EXAMPLES_PERIPH_15XX_GROUPED_INT LPC15xx Grouped GPIO Interrupt example 36 * The Grouped GPIO interrupt example demonstrates the Grouped GPIO interrupt feature.<br> 38 * This example configures Grouped GPIO interrupt 0 to be invoked when a button is
|
/lk-master/target/qemu-m4/ |
A D | m4display.c | 48 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/stm32-p107/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_LED0 GPIO(GPIO_PORT_C, 6) 14 #define GPIO_LED1 GPIO(GPIO_PORT_C, 7)
|
/lk-master/target/stm32746g-eval2/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_USART1_TX GPIO(GPIO_PORT_A, 9) 14 #define GPIO_USART1_RX GPIO(GPIO_PORT_A, 10)
|
/lk-master/target/stm32f746g-disco/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_USART1_TX GPIO(GPIO_PORT_A, 9) 14 #define GPIO_USART1_RX GPIO(GPIO_PORT_B, 7)
|
/lk-master/target/stm32-h103/ |
A D | init.c | 24 gpio_config(GPIO(GPIO_PORT_A, 9), GPIO_STM32_AF); in target_early_init() 25 gpio_config(GPIO(GPIO_PORT_A, 10), GPIO_INPUT); in target_early_init()
|
/lk-master/target/stm32-p107/ |
A D | init.c | 27 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/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() 55 gpio_set(GPIO(GPIO_PORT_K, 6), GPIO_PIN_SET); in lcd_power() 57 gpio_set(GPIO(GPIO_PORT_K, 6), GPIO_PIN_RESET); in lcd_power()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_gpio/example/ |
A D | readme.dox | 35 * The General Purpose Input/Output example demonstrates how to use the GPIO functions 36 * for multiple GPIO pin functions at once. The example will operate on multiple GPIO 37 * pins at once usnig the GPIO direction setup and masked write oeprations.<br>
|
/lk-master/target/nucleo-f072rb/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_LED0 GPIO(GPIO_PORT_A, 5)
|
/lk-master/target/stm32-h103/include/target/ |
A D | gpioconfig.h | 13 #define GPIO_LED0 GPIO(GPIO_PORT_C, 12)
|
/lk-master/platform/stm32f1xx/include/platform/ |
A D | gpio.h | 10 #define GPIO(port, pin) ((unsigned int)(((port) << 8) | (pin))) macro
|
/lk-master/platform/stm32f2xx/include/platform/ |
A D | gpio.h | 11 #define GPIO(port, pin) ((unsigned int)(((port) << 8) | (pin))) macro
|
/lk-master/platform/stm32f4xx/include/platform/ |
A D | gpio.h | 11 #define GPIO(port, pin) ((unsigned int)(((port) << 8) | (pin))) macro
|
/lk-master/platform/stm32f0xx/include/platform/ |
A D | gpio.h | 13 #define GPIO(port, pin) ((unsigned int)(((port) << 8) | (pin))) macro
|