Home
last modified time | relevance | path

Searched refs:i2cAppCbkInfo (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h87 } i2cAppCbkInfo; member
/device/google/contexthub/firmware/os/core/
DosApi.c283 thing->i2cAppCbkInfo.toTid = osGetCurrentTid(); in osExpApiI2cCbkInfoAlloc()
284 thing->i2cAppCbkInfo.cookie = cookie; in osExpApiI2cCbkInfoAlloc()
300 tid = thing->i2cAppCbkInfo.toTid; in osExpApiI2cInternalCbk()
301 cookie = thing->i2cAppCbkInfo.cookie; in osExpApiI2cInternalCbk()