Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c219 static bool gpioGetWithNum(uint32_t gpioNum) in gpioGetWithNum() function
230 return gpioHandle ? gpioGetWithNum((uint32_t)gpioHandle - GPIO_HANDLE_OFFSET) : 0; in gpioGet()