Home
last modified time | relevance | path

Searched refs:readContext (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs202 if(readContext.Data != null) in ReadData()
204 result = readContext.Data.AsByteArray(readContext.Offset, size); in ReadData()
206 readContext.Move(size * 8); in ReadData()
210 result = ReadDataFromUnderlyingFile(readContext.Offset, checked((int)size)); in ReadData()
211 readContext.Move(size); in ReadData()
417 readContext.Reset(); in GoToIdle()
664 readContext.Reset(); in HandleStandardCommand()
698 readContext.Offset = highCapacityMode in HandleStandardCommand()
709 readContext.Offset = highCapacityMode in HandleStandardCommand()
778 readContext.Data = SDStatus; in TryHandleApplicationSpecificCommand()
[all …]