Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA2D.cs140 .WithEnumField(0, 4, out backgroundColorModeField, name: "CM", in STM32DMA2D()
219 … var backgroundFormatColorDepth = backgroundColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleBackgroundBufferSizeChange()
235 var backgroundFormat = backgroundColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange()
307 var backgroundFormat = backgroundColorModeField.Value.ToPixelFormat(); in DoTransfer()
401 private readonly IEnumRegisterField<Dma2DColorMode> backgroundColorModeField; field in Antmicro.Renode.Peripherals.DMA.STM32DMA2D