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

  /device/google/contexthub/firmware/inc/
osApi.h 54 #define SYSCALL_OS_DRV_GPIO_REQ 0 // (uint32_t gpioNum) -> void* handle
syscallDo.h 284 return (struct Gpio*)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_REQ), gpioNum);
  /device/google/contexthub/firmware/src/
osApi.c 577 [SYSCALL_OS_DRV_GPIO_REQ] = { .func = osExpApiGpioReq, },

Completed in 736 milliseconds