Home
last modified time | relevance | path

Searched refs:GPIO_PinInGet (Results 1 – 5 of 5) sorted by relevance

/bsp/efm32/EFM32GG_DK3750/
A Ddvk_brd3600.c111 return ~GPIO_PinInGet(gpioPortE, 2); in DVK_BRD3600A_usbVBUSGetOCFlagState()
/bsp/efm32/
A Ddev_led.c129 return (rt_uint8_t)GPIO_PinInGet(leds_list[num][0], leds_list[num][1]); in rt_hw_led_state()
A Ddev_accel.c581 while(!GPIO_PinInGet(ACCEL_INT1_PORT, ACCEL_INT1_PIN)); in efm_accel_auto_zero()
661 while(!GPIO_PinInGet(ACCEL_INT1_PORT, ACCEL_INT1_PIN)); in efm_accel_auto_zero()
/bsp/efm32/Libraries/emlib/inc/
A Dem_gpio.h410 unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, unsigned int pin);
/bsp/efm32/Libraries/emlib/src/
A Dem_gpio.c197 unsigned int GPIO_PinInGet(GPIO_Port_TypeDef port, unsigned int pin) in GPIO_PinInGet() function

Completed in 12 milliseconds