Searched refs:gpioPortE (Results 1 – 7 of 7) sorted by relevance
| /bsp/efm32/EFM32_Gxxx_DK/ |
| A D | dvk_ebi.c | 103 GPIO_PinModeSet(gpioPortE, 8, gpioModePushPull, 0); in DVK_EBI_configure() 104 GPIO_PinModeSet(gpioPortE, 9, gpioModePushPull, 0); in DVK_EBI_configure() 105 GPIO_PinModeSet(gpioPortE, 10, gpioModePushPull, 0); in DVK_EBI_configure() 106 GPIO_PinModeSet(gpioPortE, 11, gpioModePushPull, 0); in DVK_EBI_configure() 107 GPIO_PinModeSet(gpioPortE, 12, gpioModePushPull, 0); in DVK_EBI_configure() 108 GPIO_PinModeSet(gpioPortE, 13, gpioModePushPull, 0); in DVK_EBI_configure() 109 GPIO_PinModeSet(gpioPortE, 14, gpioModePushPull, 0); in DVK_EBI_configure() 110 GPIO_PinModeSet(gpioPortE, 15, gpioModePushPull, 0); in DVK_EBI_configure() 215 GPIO_PinModeSet(gpioPortE, 8, gpioModeDisabled, 0); in DVK_EBI_disable() 216 GPIO_PinModeSet(gpioPortE, 9, gpioModeDisabled, 0); in DVK_EBI_disable() [all …]
|
| A D | dvk_spi.c | 61 #define PORT_SPI_TX gpioPortE 63 #define PORT_SPI_RX gpioPortE 65 #define PORT_SPI_CLK gpioPortE 67 #define PORT_SPI_CS gpioPortE
|
| /bsp/efm32/EFM32GG_DK3750/ |
| A D | dvk_ebi.c | 94 GPIO_PinModeSet(gpioPortE, 8, gpioModePushPull, 0); in DVK_EBI_init() 95 GPIO_PinModeSet(gpioPortE, 9, gpioModePushPull, 0); in DVK_EBI_init() 96 GPIO_PinModeSet(gpioPortE, 10, gpioModePushPull, 0); in DVK_EBI_init() 97 GPIO_PinModeSet(gpioPortE, 11, gpioModePushPull, 0); in DVK_EBI_init() 98 GPIO_PinModeSet(gpioPortE, 12, gpioModePushPull, 0); in DVK_EBI_init() 99 GPIO_PinModeSet(gpioPortE, 13, gpioModePushPull, 0); in DVK_EBI_init() 100 GPIO_PinModeSet(gpioPortE, 14, gpioModePushPull, 0); in DVK_EBI_init() 101 GPIO_PinModeSet(gpioPortE, 15, gpioModePushPull, 0); in DVK_EBI_init() 289 GPIO_PinModeSet(gpioPortE, 8, gpioModeDisabled, 0); in DVK_EBI_disable() 290 GPIO_PinModeSet(gpioPortE, 9, gpioModeDisabled, 0); in DVK_EBI_disable() [all …]
|
| A D | dvk_brd3600.c | 57 GPIO_PinModeSet(gpioPortE, 1, gpioModePushPull, 0); in DVK_BRD3600A_init() 60 GPIO_PinModeSet(gpioPortE, 2, gpioModeInput, 0); in DVK_BRD3600A_init() 75 GPIO_PinModeSet(gpioPortE, 1, gpioModePushPull, 0); in DVK_BRD3600A_deInit() 90 GPIO_PinModeSet(gpioPortE, 1, gpioModePushPull, enable); in DVK_BRD3600A_usbStatusLEDEnable() 111 return ~GPIO_PinInGet(gpioPortE, 2); in DVK_BRD3600A_usbVBUSGetOCFlagState()
|
| /bsp/efm32/ |
| A D | dev_keys.h | 16 #define KEYS_INT_PORT (gpioPortE)
|
| A D | board.h | 86 #define SD_CS_PORT (gpioPortE)
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 66 gpioPortE = 4, /**< Port E */ enumerator
|
Completed in 18 milliseconds