OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_OS_DRV_I2CS_RX_EN
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
osApi.h
57
#define
SYSCALL_OS_DRV_I2CS_RX_EN
2 // (I2cBus busId, void *rxBuf, size_t rxSize, uint32_t yourTidForEvts, void *cookie) -> void
syscallDo.h
291
syscallDo5P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_DRIVERS, SYSCALL_OS_DRV_I2C_SLAVE,
SYSCALL_OS_DRV_I2CS_RX_EN
), busId, rxBuf, rxSize, cbkTid, cookie);
/device/google/contexthub/firmware/os/core/
osApi.c
601
[
SYSCALL_OS_DRV_I2CS_RX_EN
] = { .func = osExpApiI2cSlvRxEn, },
Completed in 371 milliseconds