Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Packets/
DOffsetAttribute.cs15 …tAttribute(uint quadWords = 0, uint doubleWords = 0, uint words = 0, uint bytes = 0, uint bits = 0) in OffsetAttribute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DBaseGPIOPort.cs91 protected void SetConnectionsStateUsingBits(uint bits) in SetConnectionsStateUsingBits()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs75 public static void ClearBits(ref uint reg, params byte[] bits) in ClearBits()
85 public static void ClearBits(ref ulong reg, params byte[] bits) in ClearBits()
314 public static void ClearBits(ref byte reg, params byte[] bits) in ClearBits()
324 public static void ClearBitsIfSet(ref uint reg, uint testValue, params byte[] bits) in ClearBitsIfSet()
337 public static void ClearBitsIfSet(ref byte reg, byte testValue, params byte[] bits) in ClearBitsIfSet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DPixelManipulationTools.cs554 private static TransformationDescriptor[] ByteSqueezeAndMove(byte bits, byte offset) in ByteSqueezeAndMove()
589 private static TransformationDescriptor[] ByteInflate(byte bits, byte bitOffset) in ByteInflate()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs23 …public CFIFlash(string fileName, int? size = null, SysbusAccessWidth bits = SysbusAccessWidth.Doub… in CFIFlash()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DEFR32_GPIOPort.cs304 private void UpdateExternalInterruptBits(uint bits, bool value) in UpdateExternalInterruptBits()