Home
last modified time | relevance | path

Searched refs:vref (Results 1 – 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/otp538u/
Dotp538u.h140 void setVRef(float vref) { m_vref = vref; }; in setVRef() argument
/hardware/bsp/intel/peripheral/libupm/src/grovevdiv/
Dgrovevdiv.cxx62 float GroveVDiv::computedValue(uint8_t gain, unsigned int val, int vref, int res) in computedValue() argument
64 return ((float(gain) * float(val) * float(vref) / float(res)) / 1000.0); in computedValue()
Dgrovevdiv.h92 float computedValue(uint8_t gain, unsigned int val, int vref=GROVEVDIV_VREF,
/hardware/bsp/intel/peripheral/libupm/src/enc03r/
Denc03r.cxx34 ENC03R::ENC03R(int pin, float vref) in ENC03R() argument
43 m_vref = vref; in ENC03R()
Denc03r.h66 ENC03R(int pin, float vref=5.0);
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/
Dadc121c021.cxx35 ADC121C021::ADC121C021(int bus, uint8_t address, float vref) in ADC121C021() argument
57 m_vref = vref; in ADC121C021()
Dadc121c021.h101 float vref = ADC121C021_DEFAULT_VREF);