Searched refs:vref (Results 1 – 7 of 7) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/otp538u/ |
D | otp538u.h | 140 void setVRef(float vref) { m_vref = vref; }; in setVRef() argument
|
/hardware/bsp/intel/peripheral/libupm/src/grovevdiv/ |
D | grovevdiv.cxx | 62 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()
|
D | grovevdiv.h | 92 float computedValue(uint8_t gain, unsigned int val, int vref=GROVEVDIV_VREF,
|
/hardware/bsp/intel/peripheral/libupm/src/enc03r/ |
D | enc03r.cxx | 34 ENC03R::ENC03R(int pin, float vref) in ENC03R() argument 43 m_vref = vref; in ENC03R()
|
D | enc03r.h | 66 ENC03R(int pin, float vref=5.0);
|
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/ |
D | adc121c021.cxx | 35 ADC121C021::ADC121C021(int bus, uint8_t address, float vref) in ADC121C021() argument 57 m_vref = vref; in ADC121C021()
|
D | adc121c021.h | 101 float vref = ADC121C021_DEFAULT_VREF);
|