Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs79 public byte[] ReadBuffer(int maxCount = 1) in ReadBuffer()
95 public long WriteBufferToMemory(ulong address, int maxCount, ICPU context = null) in WriteBufferToMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs616 public byte[] Dequeue(int maxCount) in Dequeue()