41#ifndef __MEM_RUBY_COMMON_DATABLOCK_HH__
42#define __MEM_RUBY_COMMON_DATABLOCK_HH__
81 uint8_t
getByte(
int whichByte)
const;
91 void print(std::ostream& out)
const;
102 assert(
data != NULL);
139 return obj1.
equal(obj2);
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint8_t getByte(int whichByte) const
void assign(uint8_t *data)
const uint8_t * getData(int offset, int len) const
void copyPartial(const DataBlock &dblk, int offset, int len)
uint8_t * getDataMod(int offset)
DataBlock & operator=(const DataBlock &obj)
bool equal(const DataBlock &obj) const
void setByte(int whichByte, uint8_t data)
void print(std::ostream &out) const
void atomicPartial(const DataBlock &dblk, const WriteMask &mask)
void setData(const uint8_t *data, int offset, int len)
bool operator==(const DataBlock &obj1, const DataBlock &obj2)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
std::ostream & operator<<(std::ostream &os, const ArmSemihosting::InPlaceArg &ipa)
Declaration of the Packet class.