• Home
  • Raw
  • Download

Lines Matching refs:GetU32

265         request_ack_packet.PutHex32(packet.GetU32(&offset));  in CheckForPacket()
383 m_session_key = reply_packet.GetU32(&offset); in SendRequestReattach()
410 m_kdp_version_version = reply_packet.GetU32(&offset); in SendRequestVersion()
411 m_kdp_version_feature = reply_packet.GetU32(&offset); in SendRequestVersion()
496 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32(&offset); in SendRequestHostInfo()
497 m_kdp_hostinfo_cpu_type = reply_packet.GetU32(&offset); in SendRequestHostInfo()
498 m_kdp_hostinfo_cpu_subtype = reply_packet.GetU32(&offset); in SendRequestHostInfo()
563 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestReadMemory()
604 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestWriteMemory()
633 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRawRequest()
732 const uint32_t key = packet.GetU32(&offset); in DumpPacket()
756 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
772 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket()
773 const uint32_t cpu_type = packet.GetU32(&offset); in DumpPacket()
774 const uint32_t cpu_subtype = packet.GetU32(&offset); in DumpPacket()
780 const uint32_t version = packet.GetU32(&offset); in DumpPacket()
781 const uint32_t feature = packet.GetU32(&offset); in DumpPacket()
786 const uint32_t region_count = packet.GetU32(&offset); in DumpPacket()
790 const uint32_t region_size = packet.GetU32(&offset); in DumpPacket()
791 const uint32_t region_prot = packet.GetU32(&offset); in DumpPacket()
802 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
820 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
845 const uint32_t max_bytes = packet.GetU32(&offset); in DumpPacket()
855 const uint32_t error = packet.GetU32(&offset); in DumpPacket()
916 const uint32_t cpu_mask = packet.GetU32(&offset); in DumpPacket()
921 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
922 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
928 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
929 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
937 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
944 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
953 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
962 const uint32_t size = packet.GetU32(&offset); in DumpPacket()
971 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
972 const uint32_t flavor = packet.GetU32(&offset); in DumpPacket()
977 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
978 const uint32_t flavor = packet.GetU32(&offset); in DumpPacket()
998 const uint32_t addr = packet.GetU32(&offset); in DumpPacket()
1014 const uint32_t count = packet.GetU32(&offset); in DumpPacket()
1017 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket()
1018 const uint32_t exc = packet.GetU32(&offset); in DumpPacket()
1019 const uint32_t code = packet.GetU32(&offset); in DumpPacket()
1020 const uint32_t subcode = packet.GetU32(&offset); in DumpPacket()
1064 const uint32_t term_code = packet.GetU32(&offset); in DumpPacket()
1065 const uint32_t exit_code = packet.GetU32(&offset); in DumpPacket()
1076 const uint32_t address = packet.GetU32(&offset); in DumpPacket()
1082 const uint32_t address = packet.GetU32(&offset); in DumpPacket()
1183 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestReadRegisters()
1227 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestWriteRegisters()
1267 uint32_t kdp_error = reply_packet.GetU32(&offset); in SendRequestBreakpoint()