Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c207 static void baroFreeEvt(void *ptr) in baroFreeEvt() function
611 osEnqueueEvtOrFree(sensorGetMyEventType(SENS_TYPE_BARO), baroSample, baroFreeEvt); in handleCommDoneEvt()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c246 static void baroFreeEvt(void *ptr) in baroFreeEvt() function
675 …Free(EVENT_TYPE_BIT_DISCARDABLE | sensorGetMyEventType(SENS_TYPE_BARO), baroSample, baroFreeEvt)) { in handleI2cEvent()