Home
last modified time | relevance | path

Searched refs:GPIO_Port_TypeDef (Results 1 – 6 of 6) sorted by relevance

/bsp/efm32/Libraries/emlib/inc/
A Dem_gpio.h68 } GPIO_Port_TypeDef; typedef
308 void GPIO_IntConfig(GPIO_Port_TypeDef port,
411 void GPIO_PinModeSet(GPIO_Port_TypeDef port,
415 void GPIO_PinOutClear(GPIO_Port_TypeDef port, unsigned int pin);
417 void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin);
418 void GPIO_PinOutToggle(GPIO_Port_TypeDef port, unsigned int pin);
420 uint32_t GPIO_PortInGet(GPIO_Port_TypeDef port);
421 void GPIO_PortOutClear(GPIO_Port_TypeDef port, uint32_t pins);
422 uint32_t GPIO_PortOutGet(GPIO_Port_TypeDef port);
423 void GPIO_PortOutSet(GPIO_Port_TypeDef port, uint32_t pins);
[all …]
/bsp/efm32/Libraries/emlib/src/
A Dem_gpio.c145 void GPIO_IntConfig(GPIO_Port_TypeDef port, in GPIO_IntConfig()
197 unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinInGet()
224 void GPIO_PinModeSet(GPIO_Port_TypeDef port, in GPIO_PinModeSet()
287 void GPIO_PinOutClear(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutClear()
331 void GPIO_PinOutSet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutSet()
354 void GPIO_PinOutToggle(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinOutToggle()
369 uint32_t GPIO_PortInGet(GPIO_Port_TypeDef port) in GPIO_PortInGet()
392 void GPIO_PortOutClear(GPIO_Port_TypeDef port, uint32_t pins) in GPIO_PortOutClear()
410 uint32_t GPIO_PortOutGet(GPIO_Port_TypeDef port) in GPIO_PortOutGet()
433 void GPIO_PortOutSet(GPIO_Port_TypeDef port, uint32_t pins) in GPIO_PortOutSet()
[all …]
A Dem_dbg.c109 GPIO_PinModeSet((GPIO_Port_TypeDef)port, pin, gpioModePushPull, 0); in DBG_SWOEnable()
/bsp/efm32/
A Ddrv_iic.c716 GPIO_Port_TypeDef port_scl, port_sda; in rt_hw_iic_unit_init()
A Ddrv_leuart.c800 GPIO_Port_TypeDef port_tx, port_rx, port_clk, port_cs; in rt_hw_leuart_unit_init()
A Ddrv_usart.c1057 GPIO_Port_TypeDef port_tx, port_rx, port_clk, port_cs; in rt_hw_usart_unit_init()

Completed in 12 milliseconds