Searched refs:peripheralSize (Results 1 – 1 of 1) sorted by relevance
17 public PrimeCellIDHelper(int peripheralSize, byte[] data, IPeripheral parent) in PrimeCellIDHelper() argument19 this.peripheralSize = peripheralSize; in PrimeCellIDHelper()30 if(offset >= peripheralSize || offset < peripheralSize - 8 * 4) in Read()35 return data[8 - (peripheralSize - offset)/4]; in Read()38 private readonly int peripheralSize; field in Antmicro.Renode.Peripherals.Miscellaneous.PrimeCellIDHelper