Home
last modified time | relevance | path

Searched refs:gpioPortC (Results 1 – 7 of 7) sorted by relevance

/bsp/efm32/
A Ddev_led.h24 #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 Dboard.h76 #define SFLASH_CS_PORT (gpioPortC)
83 #define SD_CS_PORT (gpioPortC)
/bsp/efm32/EFM32_Gxxx_DK/
A Ddvk_spi.c59 #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 Ddvk_ebi.c80 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 Ddvk_spi.c53 #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 Ddvk_ebi.c108 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 Dem_gpio.h64 gpioPortC = 2, /**< Port C */ enumerator

Completed in 10 milliseconds