Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs16 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()
DSDCard.cs28 … 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/
DVirtIOBlockDevice.cs150 private long capacity; field in Antmicro.Renode.Peripherals.Storage.VirtIOBlockDevice
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs560 private uint CalculateFIFODatawordsCount(uint capacity) in CalculateFIFODatawordsCount()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLIS2DW12.cs1006 public LIS2DW12_FIFO(LIS2DW12 owner, string name, uint capacity) in LIS2DW12_FIFO()
DLSM6DSO_IMU.cs664 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/
DSimpleJson.cs90 public JsonArray(int capacity) : base(capacity) in JsonArray()