Searched refs:get_bits (Results 1 – 1 of 1) sorted by relevance
80 def get_bits(self, start, count=0): member in TraxPacket156 return self.packets[0].get_bits(0, 6)161 self.icnt = self.packets[0].get_bits(7, -1)162 self.btype = self.packets[0].get_bits(6, 1)163 self.uaddr = self.packets[1].get_bits(0)166 self.icnt = self.packets[0].get_bits(8, -1)167 self.btype = self.packets[0].get_bits(7, 1)168 self.pc_target = self.packets[1].get_bits(0)169 self.dcont = self.packets[0].get_bits(6, 1)172 self.icnt = self.packets[0].get_bits(7, -1)[all …]