OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_DRV_I2CM_TXRX
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/
osApi.h
66
#define
SYSCALL_OS_DRV_I2CM_TXRX
2 // (I2cBus busId, I2cAddr addr, const void *txBuf, size_t txSize, void *rxBuf, size_t rxSize, uint32_t yourTidForEvts, void *cookie) -> int status
syscallDo.h
329
return syscallDoGeneric(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_MASTER,
SYSCALL_OS_DRV_I2CM_TXRX
), busId, addr, txBuf, txSize, rxBuf, rxSize, cbkTid, cookie);
/device/google/contexthub/firmware/src/
osApi.c
592
[
SYSCALL_OS_DRV_I2CM_TXRX
] = { .func = osExpApiI2cMstTxRx, },
Completed in 401 milliseconds