Searched refs:m_num_nibbles (Results 1 – 2 of 2) sorted by relevance
154 if(m_num_nibbles > 0) // there is a partial packet in flight in onEOT()230 m_num_nibbles = 0; in initNextPacket()248 …m_num_nibbles = m_is_sync ? m_num_F_nibbles + 1 : m_num_F_nibbles; // sending unsync data may h… in waitForSync()260 if(m_num_nibbles == 0) in waitForSync()271 if(!bGotData || m_num_nibbles > 22) in waitForSync()279 uint8_t nibbles_to_send = m_num_nibbles - (m_is_sync ? 22 : m_num_F_nibbles); in waitForSync()339 if(m_num_nibbles == 1) // 1st nibble - header - set type in stmPktM8()343 if(m_num_nibbles == 3) in stmPktM8()352 if(m_num_nibbles == 1) // 1st nibble - header - set type in stmPktMERR()356 if(m_num_nibbles == 3) in stmPktMERR()[all …]
173 uint8_t m_num_nibbles; //!< number of nibbles in the current packet variable256 m_sync_index = m_packet_index + ((m_num_nibbles - 1) / 2); in checkSyncNibble()