HomeSort by relevance Sort by last modified time
    Searched refs:EVT_SENSOR_TEMP_TIMER (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 74 EVT_SENSOR_TEMP_TIMER,
222 osEnqueuePrivateEvt(EVT_SENSOR_TEMP_TIMER, data, NULL, mTask.tid);
445 case EVT_SENSOR_TEMP_TIMER:
446 DEBUG_PRINT("EVT_SENSOR_TEMP_TIMER\n");
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 74 EVT_SENSOR_TEMP_TIMER,
273 osEnqueuePrivateEvt(EVT_SENSOR_TEMP_TIMER, cookie, NULL, mTask.id);
739 case EVT_SENSOR_TEMP_TIMER:
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 91 EVT_SENSOR_TEMP_TIMER,
311 osEnqueuePrivateEvt(EVT_SENSOR_TEMP_TIMER, data, NULL, mTask.tid);
667 case EVT_SENSOR_TEMP_TIMER:
668 //INFO_PRINT("EVT_SENSOR_TEMP_TIMER\n");

Completed in 58 milliseconds