Searched refs:setupTty (Results 1 - 25 of 44) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dgrovescam.py32 if (not camera.setupTty()):
H A Dmhz16.py49 if (not myCO2.setupTty(upmMhz16.cvar.int_B9600)):
H A Dublox6.py46 if (not myGPSSensor.setupTty(upmUblox6.cvar.int_B9600)):
H A Dzfm20.py48 if (not myFingerprintSensor.setupTty(upmZfm20.cvar.int_B57600)):
H A Dhm11.py50 if (not my_ble_obj.setupTty(upmHm11.cvar.int_B9600)):
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dgrovescam.cxx42 if (!camera->setupTty())
H A Dmhz16.cxx51 if (!co2->setupTty(B9600))
H A Dublox6.cxx51 if (!nmea->setupTty(B9600))
H A Dhm11.cxx80 if (!ble->setupTty(B9600))
H A Dhmtrp.cxx72 if (!radio->setupTty(B9600))
H A Dwt5001.cxx56 if (!mp3->setupTty(B9600))
H A Dzfm20-register.cxx41 if (!fp->setupTty(B57600))
H A Dzfm20.cxx41 if (!fp->setupTty(B57600))
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DUblox6Sample.java43 if (!nmea.setupTty()) {
H A DGROVESCAMSample.java43 if (!camera.setupTty()) {
H A DHM11Sample.java68 if (!ble.setupTty()) {
H A DZFM20Sample.java43 if (!fp.setupTty()) {
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dgrovescam.js34 if (!camera.setupTty())
H A Dmhz16.js34 if (!myCO2_obj.setupTty(CO2_lib.int_B9600))
H A Dublox6.js33 if (!myGPSSensor.setupTty(GPSSensor.int_B9600))
H A Dhm11.js80 if (!my_ble_obj.setupTty(ble.int_B9600))
H A Dzfm20.js32 if (!myFingerprintSensor.setupTty(fingerprint_lib.int_B57600))
/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.h132 bool setupTty(speed_t baud=B9600);
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.h127 bool setupTty(speed_t baud=B9600);
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.h119 bool setupTty(speed_t baud=B9600);

Completed in 946 milliseconds

12