Home
last modified time | relevance | path

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

12

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

12