OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_DRV_GPIO_CFG_IN
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
41
#define
SYSCALL_OS_DRV_GPIO_CFG_IN
2 // (handle, i32 gpioSpeed, GpioPullMode pull) -> void
syscallDo.h
241
syscallDo3P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_GPIO,
SYSCALL_OS_DRV_GPIO_CFG_IN
), gpio, gpioSpeed, pull);
/device/google/contexthub/firmware/os/core/
osApi.c
579
[
SYSCALL_OS_DRV_GPIO_CFG_IN
] = { .func = osExpApiGpioCfgIn, },
Completed in 103 milliseconds