Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DDataBlock.cs56 public virtual ulong DataSize => Header.Size; field in Antmicro.Renode.Utilities.RESD.DataBlock
DRESDStream.cs352 …g, "RESD: Skipping block of type {0} and size {1} bytes", nextBlock.BlockType, nextBlock.DataSize); in TryGetNextBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs622 private const int DataSize = 8; field in Antmicro.Renode.Peripherals.UART.NXP_LPUART