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.h89 } i2cAppCbkInfo; member
/device/google/contexthub/firmware/os/core/
DosApi.c291 thing->i2cAppCbkInfo.toTid = osGetCurrentTid(); in osExpApiI2cCbkInfoAlloc()
292 thing->i2cAppCbkInfo.cookie = cookie; in osExpApiI2cCbkInfoAlloc()
308 tid = thing->i2cAppCbkInfo.toTid; in osExpApiI2cInternalCbk()
309 cookie = thing->i2cAppCbkInfo.cookie; in osExpApiI2cInternalCbk()