Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DosApi.h59 #define SYSCALL_OS_DRV_GPIO_GET 5 // (handle) -> bool isHigh macro
DsyscallDo.h288 …ALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_GET), gpio); in eOsGpioGet()
/device/google/contexthub/firmware/src/
DosApi.c545 [SYSCALL_OS_DRV_GPIO_GET] = { .func = osExpApiGpioGet, }, in osApiExport()