Searched defs:capacity (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDHelpers.cs | 16 public static CardType TypeFromCapacity(ulong capacity) in TypeFromCapacity() 43 …public static SDCapacityParameters SeekForCapacityParameters(long capacity, BlockLength blockSize … in SeekForCapacityParameters() 74 …private static bool TryFindParameters(long capacity, BlockLength blockSize, out SDCapacityParamete… in TryFindParameters() 92 …private static bool TryFindParametersStandardCapacity(long capacity, BlockLength blockSize, out SD… in TryFindParametersStandardCapacity() 127 …private static bool TryFindParametersHighCapacity(long capacity, BlockLength blockSize, out SDCapa… in TryFindParametersHighCapacity()
|
| D | SDCard.cs | 28 … public SDCard(long capacity, bool spiMode = false, BlockLength blockSize = BlockLength.Undefined) in SDCard() 31 …public SDCard(string imageFile, long capacity, bool persistent = false, bool spiMode = false, Bloc… in SDCard() 34 …private SDCard(Stream dataBackend, long capacity, bool spiMode = false, BlockLength blockSize = Bl… in SDCard() 829 private readonly long capacity; field in Antmicro.Renode.Peripherals.SD.SDCard
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/ |
| D | VirtIOBlockDevice.cs | 150 private long capacity; field in Antmicro.Renode.Peripherals.Storage.VirtIOBlockDevice
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | NXP_LPUART.cs | 560 private uint CalculateFIFODatawordsCount(uint capacity) in CalculateFIFODatawordsCount()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | LIS2DW12.cs | 1006 public LIS2DW12_FIFO(LIS2DW12 owner, string name, uint capacity) in LIS2DW12_FIFO()
|
| D | LSM6DSO_IMU.cs | 664 public LSM6DSO_FIFO(IMachine machine, LSM6DSO_IMU owner, string name, uint capacity) in LSM6DSO_FIFO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/ |
| D | SimpleJson.cs | 90 public JsonArray(int capacity) : base(capacity) in JsonArray()
|