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