OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_DRV_I2CS_TX_PKT
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
osApi.h
74
#define
SYSCALL_OS_DRV_I2CS_TX_PKT
4 // (I2cBus busId, const void *txBuf, size_t txSize, uint32_t yourTidForEvts, void *cookie) -> int status
syscallDo.h
354
return syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE,
SYSCALL_OS_DRV_I2CS_TX_PKT
), busId, txBuf, txSize, cbkTid, cookie);
/device/google/contexthub/firmware/src/
osApi.c
603
[
SYSCALL_OS_DRV_I2CS_TX_PKT
] = { .func = osExpApiI2cSlvTxPkt, },
Completed in 487 milliseconds