Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DDma2DColorMode.cs16 internal enum Dma2DColorMode enum
43 cache = new Dictionary<Dma2DColorMode, PixelFormat>(); in Dma2DColorModeExtensions()
44 foreach(Dma2DColorMode mode in Enum.GetValues(typeof(Dma2DColorMode))) in Dma2DColorModeExtensions()
56 public static PixelFormat ToPixelFormat(this Dma2DColorMode mode) in ToPixelFormat()
67 private static Dictionary<Dma2DColorMode, PixelFormat> cache;
DSTM32DMA2D.cs399 private readonly IEnumRegisterField<Dma2DColorMode> outputColorModeField;
400 private readonly IEnumRegisterField<Dma2DColorMode> foregroundColorModeField;
401 private readonly IEnumRegisterField<Dma2DColorMode> backgroundColorModeField;
416 private readonly IEnumRegisterField<Dma2DColorMode> foregroundClutColorModeField;
417 private readonly IEnumRegisterField<Dma2DColorMode> backgroundClutColorModeField;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DSTM32LTDC.cs250 …PixelFormatField = PixelFormatConfigurationRegister.DefineEnumField<Dma2DColorMode>(0, 3, name: "P… in Layer()
335 public IEnumRegisterField<Dma2DColorMode> PixelFormatField;