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

  /hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
ppd42ns.h 34 int lowPulseOccupancy;
ppd42ns.cxx 77 data.lowPulseOccupancy = (int)low_pulse_occupancy;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
ppd42ns.js 42 console.log("Low pulse occupancy: " + data.lowPulseOccupancy);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ppd42ns.cxx 53 cout << "Low pulse occupancy: " << data.lowPulseOccupancy << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/python/
ppd42ns.py 54 print "Low pulse occupancy: " + str(data.lowPulseOccupancy)

Completed in 220 milliseconds