OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_DRV_I2CM_REQ
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
osApi.h
64
#define
SYSCALL_OS_DRV_I2CM_REQ
0 // (I2cBus busId, I2cSpeed speed) -> int status
syscallDo.h
319
return syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER,
SYSCALL_OS_DRV_I2CM_REQ
), busId, speedInHz);
/device/google/contexthub/firmware/src/
osApi.c
590
[
SYSCALL_OS_DRV_I2CM_REQ
] = { .func = osExpApiI2cMstReq, },
Completed in 353 milliseconds