Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DMAX32650_ADC.cs133 … .WithEnumField<DoubleWordRegister, Alignment>(17, 1, out dataAlignment, name: "CTRL.data_align") in DefineRegisters()
155 if(dataAlignment.Value == Alignment.MSB) in DefineRegisters()
200 private IEnumRegisterField<Alignment> dataAlignment;
215 private enum Alignment enum in Antmicro.Renode.Peripherals.Analog.MAX32650_ADC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs385 var alignedPointer = (IntPtr)((originalPointer + Alignment) & ~(Alignment - 1)); in TouchSegment()
684 return sharedSegments[segmentNo].Allocate(SegmentSize + Alignment); in AllocateSegment()
688 return Marshal.AllocHGlobal(SegmentSize + Alignment); in AllocateSegment()
753 private const int Alignment = 0x1000; field in Antmicro.Renode.Peripherals.Memory.MappedMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DMusteinGenericGPU.cs289 private const int Alignment = 0x1000; field in Antmicro.Renode.Peripherals.Video.MusteinGenericGPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DNRF52840_I2S.cs502 private enum Alignment enum in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S