Home
last modified time | relevance | path

Searched refs:m_maxPulseWidth (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/servo/
Dservo.cxx98 return m_maxPulseWidth; in calcPulseTraveling()
107 …return (int) ((float)m_minPulseWidth + ((float)value / m_maxAngle) * ((float)m_maxPulseWidth - (fl… in calcPulseTraveling()
117 m_maxPulseWidth = width; in setMaxPulseWidth()
132 return m_maxPulseWidth; in getMaxPulseWidth()
146 m_maxPulseWidth = maxPulseWidth; in init()
Des9257.cxx36 m_maxPulseWidth = 2100; in ES9257()
Des08a.cxx36 m_maxPulseWidth = 2200; in ES08A()
Dservo.h159 int m_maxPulseWidth; variable