Searched defs:SegmentSize (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ | ||
| D | AESServiceProvider.cs | 178 private const int SegmentSize = 16; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ | ||
| D | MXIC_MX66UM1G45G.cs | 704 private readonly int SegmentSize = 64.KB(); field in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ | ||
| D | MappedMemory.cs | 103 public int SegmentSize { get; private set; } property in Antmicro.Renode.Peripherals.Memory.MappedMemory |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/ | ||
| D | UFSDeviceDescriptors.cs | 177 public uint SegmentSize; field |