Searched refs:gpioPortC (Results 1 – 7 of 7) sorted by relevance
| /bsp/efm32/ |
| A D | dev_led.h | 24 #define LEDS_PIN_PORT_0 gpioPortC 26 #define LEDS_PIN_PORT_1 gpioPortC 28 #define LEDS_PIN_PORT_2 gpioPortC 30 #define LEDS_PIN_PORT_3 gpioPortC
|
| A D | board.h | 76 #define SFLASH_CS_PORT (gpioPortC) 83 #define SD_CS_PORT (gpioPortC)
|
| /bsp/efm32/EFM32_Gxxx_DK/ |
| A D | dvk_spi.c | 59 #define PORT_SPIBUS_CONNECT gpioPortC 77 #define PORT_SPIBUS_CONNECT gpioPortC 79 #define PORT_EBIBUS_CONNECT gpioPortC 81 #define PORT_SPI_TX gpioPortC 83 #define PORT_SPI_RX gpioPortC 85 #define PORT_SPI_CLK gpioPortC 87 #define PORT_SPI_CS gpioPortC
|
| A D | dvk_ebi.c | 80 GPIO_PinModeSet(gpioPortC, 13, gpioModePushPull, 1); in DVK_EBI_configure() 81 GPIO_PinModeSet(gpioPortC, 12, gpioModePushPull, 0); in DVK_EBI_configure() 196 GPIO_PinModeSet(gpioPortC, 12, gpioModeDisabled, 0); in DVK_EBI_disable() 197 GPIO_PinModeSet(gpioPortC, 13, gpioModeDisabled, 0); in DVK_EBI_disable()
|
| /bsp/efm32/EFM32GG_DK3750/ |
| A D | dvk_spi.c | 53 #define PORT_SPI_TX gpioPortC /**< SPI transmit GPIO port */ 55 #define PORT_SPI_RX gpioPortC /**< SPI receive GPIO port */ 57 #define PORT_SPI_CLK gpioPortC /**< SPI clock port */ 59 #define PORT_SPI_CS gpioPortC /**< SPI Chip Select port */
|
| A D | dvk_ebi.c | 108 GPIO_PinModeSet(gpioPortC, 11, gpioModePushPull, 0); in DVK_EBI_init() 303 GPIO_PinModeSet(gpioPortC, 11, gpioModeDisabled, 0); in DVK_EBI_disable()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 64 gpioPortC = 2, /**< Port C */ enumerator
|
Completed in 10 milliseconds