HomeSort by relevance Sort by last modified time
    Searched refs:i2cAppCbkInfo (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/inc/
seos_priv.h 89 } i2cAppCbkInfo;
  /device/google/contexthub/firmware/os/core/
osApi.c 291 thing->i2cAppCbkInfo.toTid = osGetCurrentTid();
292 thing->i2cAppCbkInfo.cookie = cookie;
308 tid = thing->i2cAppCbkInfo.toTid;
309 cookie = thing->i2cAppCbkInfo.cookie;

Completed in 74 milliseconds