Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs370 WriteDataToUnderlyingFile(writeContext.Offset, length, data); in WriteData()
371 writeContext.Move((uint)length); in WriteData()
418 writeContext.Reset(); in GoToIdle()
665 writeContext.Reset(); in HandleStandardCommand()
729 writeContext.Offset = highCapacityMode in HandleStandardCommand()
741 writeContext.Offset = highCapacityMode in HandleStandardCommand()
817 private IoContext writeContext; field in Antmicro.Renode.Peripherals.SD.SDCard