Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DosApi.h45 #define SYSCALL_OS_DRV_GPIO_SET 6 // (handle, bool value) -> void macro
DsyscallDo.h261 …L_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO, SYSCALL_OS_DRV_GPIO_SET), gpio, v… in eOsGpioSet()
/device/google/contexthub/firmware/os/core/
DosApi.c583 [SYSCALL_OS_DRV_GPIO_SET] = { .func = osExpApiGpioSet, }, in osApiExport()