Searched refs:Undefined (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDHelpers.cs | 38 return blockSize == BlockLength.Undefined in BlockLengthInBytes() 43 …yParameters SeekForCapacityParameters(long capacity, BlockLength blockSize = BlockLength.Undefined) in SeekForCapacityParameters() 45 …DebugHelper.Assert((blockSize == BlockLength.Undefined) || (capacity % BlockLengthInBytes(blockSiz… in SeekForCapacityParameters() 47 if(blockSize != BlockLength.Undefined) in SeekForCapacityParameters() 58 if(possibleBlockSize == BlockLength.Undefined) in SeekForCapacityParameters() 101 .Where(x => x != SizeMultiplier.Undefined) in TryFindParametersStandardCapacity() 139 … parameters = new SDCapacityParameters(BlockLength.Block512, SizeMultiplier.Undefined, cSize); in TryFindParametersHighCapacity() 155 Undefined = int.MaxValue enumerator 171 Undefined = int.MaxValue enumerator 199 if(Multiplier == SizeMultiplier.Undefined)
|
| D | SDCard.cs | 28 … public SDCard(long capacity, bool spiMode = false, BlockLength blockSize = BlockLength.Undefined) in SDCard() 31 …city, bool persistent = false, bool spiMode = false, BlockLength blockSize = BlockLength.Undefined) in SDCard() 34 …am dataBackend, long capacity, bool spiMode = false, BlockLength blockSize = BlockLength.Undefined) in SDCard() 37 if((blockSize != BlockLength.Undefined) && (capacity % blockLenghtInBytes != 0)) in SDCard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | ARM_SP804_Timer.cs | 108 case PrescalerMode.Undefined: in DefineRegisters() 206 Undefined enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SymbolLookup.cs | 207 … .Where(x => x.PointedSectionIndex != (uint)SpecialSectionIndex.Undefined)
|