Searched refs:GPIO_PinOutSet (Results 1 – 9 of 9) sorted by relevance
| /bsp/efm32/ |
| A D | dev_led.c | 57 GPIO_PinOutSet(leds_list[num][0], leds_list[num][1]); in rt_hw_led_on()
|
| A D | dev_sflash.c | 235 GPIO_PinOutSet(SFLASH_CS_PORT, SFLASH_CS_PIN); in efm_spiFlash_cs()
|
| A D | drv_ethernet.c | 70 GPIO_PinOutSet(ETH_CS_PORT, ETH_CS_PIN); in efm_eth_cs() 1003 GPIO_PinOutSet(ETH_RESET_PORT, ETH_RESET_PIN); in efm_hw_eth_init()
|
| A D | dev_lcd.c | 402 GPIO_PinOutSet(LCD_CS_PORT, LCD_CS_PIN); in efm32_spiLcd_cs()
|
| A D | drv_sdcard.c | 87 GPIO_PinOutSet(SD_CS_PORT, SD_CS_PIN); in efm_spiSd_cs()
|
| /bsp/efm32/EFM32GG_DK3750/ |
| A D | dvk_spi.c | 145 GPIO_PinOutSet(PORT_SPI_CS, PIN_SPI_CS); in SPI_BC_Access()
|
| /bsp/efm32/EFM32_Gxxx_DK/ |
| A D | dvk_spi.c | 175 GPIO_PinOutSet(PORT_SPI_CS, PIN_SPI_CS); in spiAccess()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 417 void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin);
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_gpio.c | 331 void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutSet() function
|
Completed in 18 milliseconds