Searched refs:baroSample (Results 1 – 2 of 2) sorted by relevance
524 struct SingleAxisDataEvent *baroSample; in handleCommDoneEvt() local610 if (baroAllocateEvt(&baroSample, pressure_hPa, sensorGetTime())) { in handleCommDoneEvt()611 osEnqueueEvtOrFree(sensorGetMyEventType(SENS_TYPE_BARO), baroSample, baroFreeEvt); in handleCommDoneEvt()
554 struct SingleAxisDataEvent *baroSample; in handleI2cEvent() local674 if (baroAllocateEvt(&baroSample, pressure_Pa * 0.01f, sensorGetTime())) { in handleI2cEvent()675 …Free(EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(SENS_TYPE_BARO), baroSample, baroFreeEvt)) { in handleI2cEvent()