HomeSort by relevance Sort by last modified time
    Searched refs:GPIO_PH (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
gpio.h 52 #define GPIO_PH(x) ((GPIO_PORTH << GPIO_PORT_SHIFT) + (x))
  /device/google/contexthub/firmware/os/platform/stm32/
platform.c 264 gpioConfigAnalog(gpioRequest(GPIO_PH(i)));

Completed in 57 milliseconds