Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA2D.cs146 ….WithEnumField(4, 1, out backgroundClutColorModeField, name: "CCM", changeCallback: (_, __) => Han… in STM32DMA2D()
156 …ndClut = new byte[(backgroundClutSizeField.Value + 1) * (uint)backgroundClutColorModeField.Value.T… in STM32DMA2D()
249 …erter(backgroundFormat, Endianness, outputFormat, Endianness, backgroundClutColorModeField.Value.T… in HandlePixelFormatChange()
251 …dianness, foregroundClutColorModeField.Value.ToPixelFormat(), backgroundClutColorModeField.Value.T… in HandlePixelFormatChange()
417 private readonly IEnumRegisterField<Dma2DColorMode> backgroundClutColorModeField; field in Antmicro.Renode.Peripherals.DMA.STM32DMA2D