Home
last modified time | relevance | path

Searched refs:TA12200 (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ta12200/
Dta12200.cxx34 TA12200::TA12200(int pin) in TA12200() function in TA12200
46 TA12200::~TA12200() in ~TA12200()
51 void TA12200::initClock() in initClock()
56 uint32_t TA12200::getMillis() in getMillis()
85 unsigned int TA12200::highestValue() in highestValue()
102 float TA12200::milliAmps(unsigned int val, int res) in milliAmps()
Dta12200.h61 class TA12200 {
68 TA12200(int pin);
73 ~TA12200();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dta12200.cxx47 upm::TA12200* electricity = new upm::TA12200(0); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dta12200.js29 var myElectricitySensor = new electricitySensor.TA12200(0);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dta12200.py28 myElectricitySensor = upmTa12200.TA12200(0)