Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DosApi.h32 struct I2cEventData i2cAppCbkEvt; member
/device/google/contexthub/firmware/src/
DosApi.c284 thing->i2cAppCbkEvt.cookie = cookie; in osExpApiI2cInternalCbk()
285 thing->i2cAppCbkEvt.tx = tx; in osExpApiI2cInternalCbk()
286 thing->i2cAppCbkEvt.rx = rx; in osExpApiI2cInternalCbk()
287 thing->i2cAppCbkEvt.err = err; in osExpApiI2cInternalCbk()
289 …if (!osEnqueuePrivateEvt(EVT_APP_I2C_CBK, &thing->i2cAppCbkEvt, osExpApiI2cInternalEvtFreeF, tid))… in osExpApiI2cInternalCbk()