Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/
DMessages.cs75 public IEnumerable<bool> Bits property in Antmicro.Renode.Peripherals.SENT.SlowMessage
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DIUART.cs36 public enum Bits enum
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DRegisterValue.cs18 public uint Bits { get; private set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs42 public static ulong Bits(int position, int width) in Bits() method in Antmicro.Renode.Utilities.BitHelper
831 public BitStream Bits property in Antmicro.Renode.Utilities.BitHelper.VariableLengthValue
909 public BitStream Bits => bs; field in Antmicro.Renode.Utilities.BitHelper.BitConcatenator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2973 public ulong Bits property in Antmicro.Renode.Peripherals.IRQControllers.InterruptState