Searched refs:i2cAppCbkEvt (Results 1 – 2 of 2) sorted by relevance
32 struct I2cEventData i2cAppCbkEvt; member
284 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()