Searched refs:prevEncPos (Results 1 – 1 of 1) sorted by relevance
108 static std::optional<uint16_t> prevEncPos; in onReceive() local109 if (prevEncPos.has_value()) { in onReceive()110 int16_t diff = encPos - *prevEncPos; in onReceive()117 prevEncPos = encPos; in onReceive()