Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs840 private struct IoContext struct in Antmicro.Renode.Peripherals.SD.SDCard
842 public uint Offset
852 public BitStream Data
862 public void Move(uint offset) in Move()
871 public void Reset() in Reset()
878 private uint bytesLeft;
879 private uint offset;
880 private BitStream data;