Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DosApi.c304 thing->i2cAppCbkEvt.cookie = cookie; in osExpApiI2cInternalCbk()
305 thing->i2cAppCbkEvt.tx = tx; in osExpApiI2cInternalCbk()
306 thing->i2cAppCbkEvt.rx = rx; in osExpApiI2cInternalCbk()
307 thing->i2cAppCbkEvt.err = err; in osExpApiI2cInternalCbk()
309 …if (!osEnqueuePrivateEvt(EVT_APP_I2C_CBK, &thing->i2cAppCbkEvt, osExpApiI2cInternalEvtFreeF, tid))… in osExpApiI2cInternalCbk()
/device/google/contexthub/firmware/os/inc/
Dseos_priv.h83 struct I2cEventData i2cAppCbkEvt; member