Searched refs:gpioPortD (Results 1 – 7 of 7) sorted by relevance
| /bsp/efm32/EFM32_Gxxx_DK/ |
| A D | dvk_ebi.c | 97 GPIO_PinModeSet(gpioPortD, 9, gpioModePushPull, 0); in DVK_EBI_configure() 98 GPIO_PinModeSet(gpioPortD, 10, gpioModePushPull, 0); in DVK_EBI_configure() 99 GPIO_PinModeSet(gpioPortD, 11, gpioModePushPull, 0); in DVK_EBI_configure() 100 GPIO_PinModeSet(gpioPortD, 12, gpioModePushPull, 0); in DVK_EBI_configure() 210 GPIO_PinModeSet(gpioPortD, 9, gpioModeDisabled, 0); in DVK_EBI_disable() 211 GPIO_PinModeSet(gpioPortD, 10, gpioModeDisabled, 0); in DVK_EBI_disable() 212 GPIO_PinModeSet(gpioPortD, 11, gpioModeDisabled, 0); in DVK_EBI_disable() 213 GPIO_PinModeSet(gpioPortD, 12, gpioModeDisabled, 0); in DVK_EBI_disable()
|
| A D | dvk_spi.c | 136 GPIO_PinModeSet(gpioPortD, 13, gpioModeDisabled, 0); in spiDisable()
|
| /bsp/efm32/EFM32GG_DK3750/ |
| A D | dvk_ebi.c | 88 GPIO_PinModeSet(gpioPortD, 9, gpioModePushPull, 1); in DVK_EBI_init() 89 GPIO_PinModeSet(gpioPortD, 10, gpioModePushPull, 1); in DVK_EBI_init() 90 GPIO_PinModeSet(gpioPortD, 11, gpioModePushPull, 1); in DVK_EBI_init() 91 GPIO_PinModeSet(gpioPortD, 12, gpioModePushPull, 1); in DVK_EBI_init() 283 GPIO_PinModeSet(gpioPortD, 9, gpioModeDisabled, 0); in DVK_EBI_disable() 284 GPIO_PinModeSet(gpioPortD, 10, gpioModeDisabled, 0); in DVK_EBI_disable() 285 GPIO_PinModeSet(gpioPortD, 11, gpioModeDisabled, 0); in DVK_EBI_disable() 286 GPIO_PinModeSet(gpioPortD, 12, gpioModeDisabled, 0); in DVK_EBI_disable()
|
| A D | dvk.c | 117 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 1); in DVK_busControlMode() 123 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 0); in DVK_busControlMode() 129 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 0); in DVK_busControlMode() 136 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 1); in DVK_busControlMode()
|
| /bsp/efm32/ |
| A D | dev_accel.h | 61 #define ACCEL_INT1_PORT (gpioPortD) 63 #define ACCEL_INT2_PORT (gpioPortD)
|
| A D | board.h | 97 #define ETH_CS_PORT (gpioPortD) 105 #define LCD_CS_PORT (gpioPortD)
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 65 gpioPortD = 3, /**< Port D */ enumerator
|
Completed in 24 milliseconds