Home
last modified time | relevance | path

Searched refs:GPIO_PinModeSet (Results 1 – 19 of 19) sorted by relevance

/bsp/efm32/EFM32GG_DK3750/
A Ddvk_ebi.c67 GPIO_PinModeSet(gpioPortA, 0, gpioModePushPull, 0); in DVK_EBI_init()
68 GPIO_PinModeSet(gpioPortA, 1, gpioModePushPull, 0); in DVK_EBI_init()
69 GPIO_PinModeSet(gpioPortA, 2, gpioModePushPull, 0); in DVK_EBI_init()
70 GPIO_PinModeSet(gpioPortA, 3, gpioModePushPull, 0); in DVK_EBI_init()
71 GPIO_PinModeSet(gpioPortA, 4, gpioModePushPull, 0); in DVK_EBI_init()
72 GPIO_PinModeSet(gpioPortA, 5, gpioModePushPull, 0); in DVK_EBI_init()
73 GPIO_PinModeSet(gpioPortA, 6, gpioModePushPull, 0); in DVK_EBI_init()
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()
[all …]
A Ddvk_brd3600.c57 GPIO_PinModeSet(gpioPortE, 1, gpioModePushPull, 0); in DVK_BRD3600A_init()
60 GPIO_PinModeSet(gpioPortE, 2, gpioModeInput, 0); in DVK_BRD3600A_init()
63 GPIO_PinModeSet(gpioPortF, 5, gpioModePushPull, 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()
101 GPIO_PinModeSet(gpioPortF, 5, gpioModePushPull, enable); in DVK_BRD3600A_usbVBUSSwitchEnable()
A Ddvk_spi.c76 GPIO_PinModeSet(PORT_SPI_TX, PIN_SPI_TX, gpioModePushPull, 0); in SPI_BC_Init()
77 GPIO_PinModeSet(PORT_SPI_RX, PIN_SPI_RX, gpioModeInput, 0); in SPI_BC_Init()
78 GPIO_PinModeSet(PORT_SPI_CLK, PIN_SPI_CLK, gpioModePushPull, 0); in SPI_BC_Init()
81 GPIO_PinModeSet(PORT_SPI_CS, PIN_SPI_CS, gpioModePushPull, 1); in SPI_BC_Init()
105 GPIO_PinModeSet(PORT_SPI_TX, PIN_SPI_TX, gpioModeDisabled, 0); in SPI_BC_Disable()
106 GPIO_PinModeSet(PORT_SPI_RX, PIN_SPI_RX, gpioModeDisabled, 0); in SPI_BC_Disable()
107 GPIO_PinModeSet(PORT_SPI_CLK, PIN_SPI_CLK, gpioModeDisabled, 0); in SPI_BC_Disable()
108 GPIO_PinModeSet(PORT_SPI_CS, PIN_SPI_CS, gpioModeDisabled, 0); in SPI_BC_Disable()
A Ddvk.c115 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 1); in DVK_busControlMode()
117 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 1); in DVK_busControlMode()
121 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 0); in DVK_busControlMode()
123 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 0); in DVK_busControlMode()
127 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 1); in DVK_busControlMode()
129 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 0); in DVK_busControlMode()
134 GPIO_PinModeSet(gpioPortB, 15, gpioModePushPull, 0); in DVK_busControlMode()
136 GPIO_PinModeSet(gpioPortD, 13, gpioModePushPull, 1); in DVK_busControlMode()
/bsp/efm32/EFM32_Gxxx_DK/
A Ddvk_ebi.c85 GPIO_PinModeSet(gpioPortA, 0, gpioModePushPull, 0); in DVK_EBI_configure()
86 GPIO_PinModeSet(gpioPortA, 1, gpioModePushPull, 0); in DVK_EBI_configure()
87 GPIO_PinModeSet(gpioPortA, 2, gpioModePushPull, 0); in DVK_EBI_configure()
88 GPIO_PinModeSet(gpioPortA, 3, gpioModePushPull, 0); in DVK_EBI_configure()
89 GPIO_PinModeSet(gpioPortA, 4, gpioModePushPull, 0); in DVK_EBI_configure()
90 GPIO_PinModeSet(gpioPortA, 5, gpioModePushPull, 0); in DVK_EBI_configure()
91 GPIO_PinModeSet(gpioPortA, 6, gpioModePushPull, 0); in DVK_EBI_configure()
97 GPIO_PinModeSet(gpioPortD, 9, gpioModePushPull, 0); in DVK_EBI_configure()
103 GPIO_PinModeSet(gpioPortE, 8, gpioModePushPull, 0); in DVK_EBI_configure()
104 GPIO_PinModeSet(gpioPortE, 9, gpioModePushPull, 0); in DVK_EBI_configure()
[all …]
A Ddvk_spi.c111 GPIO_PinModeSet(PORT_SPI_TX, PIN_SPI_TX, gpioModePushPull, 0); in spiInit()
112 GPIO_PinModeSet(PORT_SPI_RX, PIN_SPI_RX, gpioModePushPull, 0); in spiInit()
113 GPIO_PinModeSet(PORT_SPI_CLK, PIN_SPI_CLK, gpioModePushPull, 0); in spiInit()
115 GPIO_PinModeSet(PORT_SPI_CS, PIN_SPI_CS, gpioModePushPull, 1); in spiInit()
136 GPIO_PinModeSet(gpioPortD, 13, gpioModeDisabled, 0); in spiDisable()
139 GPIO_PinModeSet(PORT_SPIBUS_CONNECT, 13, gpioModeDisabled, 0); in spiDisable()
140 GPIO_PinModeSet(PORT_SPIBUS_CONNECT, 12, gpioModeDisabled, 0); in spiDisable()
141 GPIO_PinModeSet(PORT_SPI_TX, PIN_SPI_TX, gpioModeDisabled, 0); in spiDisable()
142 GPIO_PinModeSet(PORT_SPI_RX, PIN_SPI_RX, gpioModeDisabled, 0); in spiDisable()
143 GPIO_PinModeSet(PORT_SPI_CLK, PIN_SPI_CLK, gpioModeDisabled, 0); in spiDisable()
[all …]
/bsp/efm32/
A Ddev_lcd.c525 GPIO_PinModeSet(LCD_CS_PORT, LCD_CS_PIN, gpioModePushPull, 1); in efm32_spiLcd_init()
619 GPIO_PinModeSet(gpioPortA, 8, gpioModePushPull, 0); in efm32_spiLcd_init()
621 GPIO_PinModeSet(gpioPortA, 9, gpioModePushPull, 0); in efm32_spiLcd_init()
623 GPIO_PinModeSet(gpioPortA, 10, gpioModePushPull, 0); in efm32_spiLcd_init()
625 GPIO_PinModeSet(gpioPortA, 11, gpioModePushPull, 0); in efm32_spiLcd_init()
A Ddev_led.c155 GPIO_PinModeSet( in rt_hw_led_init()
A Ddrv_ethernet.c949 GPIO_PinModeSet(ETH_CS_PORT, ETH_CS_PIN, gpioModePushPull, 1); in efm_hw_eth_init()
953 GPIO_PinModeSet(ETH_RESET_PORT, ETH_RESET_PIN, gpioModePushPull, 0); in efm_hw_eth_init()
955 GPIO_PinModeSet(ETH_INT_PORT, ETH_INT_PIN, gpioModeInput, 1); in efm_hw_eth_init()
A Ddrv_usart.c1210 GPIO_PinModeSet( in rt_hw_usart_unit_init()
1215 GPIO_PinModeSet( in rt_hw_usart_unit_init()
1222 GPIO_PinModeSet( in rt_hw_usart_unit_init()
1230 GPIO_PinModeSet( in rt_hw_usart_unit_init()
A Ddev_sflash.c161 GPIO_PinModeSet(SFLASH_CS_PORT, SFLASH_CS_PIN, gpioModePushPull, 1); in efm_spiFlash_init()
A Ddev_keys.c268 GPIO_PinModeSet(KEYS_INT_PORT, KEYS_INT_PIN, gpioModeInputPullFilter, 1); in efm32_hw_keys_init()
A Ddrv_iic.c775 GPIO_PinModeSet( in rt_hw_iic_unit_init()
780 GPIO_PinModeSet( in rt_hw_iic_unit_init()
A Ddev_accel.c810 GPIO_PinModeSet(ACCEL_INT1_PORT, ACCEL_INT1_PIN, gpioModeInput, 0); in efm_accel_init()
812 GPIO_PinModeSet(ACCEL_INT2_PORT, ACCEL_INT2_PIN, gpioModeInput, 0); in efm_accel_init()
A Ddrv_leuart.c882 GPIO_PinModeSet( in rt_hw_leuart_unit_init()
887 GPIO_PinModeSet( in rt_hw_leuart_unit_init()
A Ddrv_sdcard.c1215 GPIO_PinModeSet(SD_CS_PORT, SD_CS_PIN, gpioModePushPull, 1); in efm_spiSd_init()
/bsp/efm32/Libraries/emlib/src/
A Dem_dbg.c109 GPIO_PinModeSet((GPIO_Port_TypeDef)port, pin, gpioModePushPull, 0); in DBG_SWOEnable()
A Dem_gpio.c224 void GPIO_PinModeSet(GPIO_Port_TypeDef port, in GPIO_PinModeSet() function
/bsp/efm32/Libraries/emlib/inc/
A Dem_gpio.h411 void GPIO_PinModeSet(GPIO_Port_TypeDef port,

Completed in 37 milliseconds