Searched refs:gpioPortB (Results 1 – 5 of 5) sorted by relevance
| /bsp/efm32/EFM32GG_DK3750/ |
| A D | dvk_ebi.c | 79 GPIO_PinModeSet(gpioPortB, 0, gpioModePushPull, 0); in DVK_EBI_init() 80 GPIO_PinModeSet(gpioPortB, 1, gpioModePushPull, 0); in DVK_EBI_init() 81 GPIO_PinModeSet(gpioPortB, 2, gpioModePushPull, 0); in DVK_EBI_init() 82 GPIO_PinModeSet(gpioPortB, 3, gpioModePushPull, 0); in DVK_EBI_init() 83 GPIO_PinModeSet(gpioPortB, 4, gpioModePushPull, 0); in DVK_EBI_init() 84 GPIO_PinModeSet(gpioPortB, 5, gpioModePushPull, 0); in DVK_EBI_init() 85 GPIO_PinModeSet(gpioPortB, 6, gpioModePushPull, 0); in DVK_EBI_init() 274 GPIO_PinModeSet(gpioPortB, 0, gpioModeDisabled, 0); in DVK_EBI_disable() 275 GPIO_PinModeSet(gpioPortB, 1, gpioModeDisabled, 0); in DVK_EBI_disable() 276 GPIO_PinModeSet(gpioPortB, 2, gpioModeDisabled, 0); in DVK_EBI_disable() [all …]
|
| A D | dvk.c | 115 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 1); in DVK_busControlMode() 121 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 0); in DVK_busControlMode() 127 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 1); in DVK_busControlMode() 134 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 0); in DVK_busControlMode()
|
| /bsp/efm32/ |
| A D | drv_ethernet.h | 28 #define ETH_RESET_PORT (gpioPortB) 30 #define ETH_INT_PORT (gpioPortB)
|
| A D | board.h | 94 #define ETH_CS_PORT (gpioPortB)
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 63 gpioPortB = 1, /**< Port B */ enumerator
|
Completed in 10 milliseconds