Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DosApi.c312 thing->i2cAppCbkEvt.cookie = cookie; in osExpApiI2cInternalCbk()
313 thing->i2cAppCbkEvt.tx = tx; in osExpApiI2cInternalCbk()
314 thing->i2cAppCbkEvt.rx = rx; in osExpApiI2cInternalCbk()
315 thing->i2cAppCbkEvt.err = err; in osExpApiI2cInternalCbk()
317 …if (!osEnqueuePrivateEvt(EVT_APP_I2C_CBK, &thing->i2cAppCbkEvt, osExpApiI2cInternalEvtFreeF, tid))… in osExpApiI2cInternalCbk()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h85 struct I2cEventData i2cAppCbkEvt; member