Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DSTM32LTDC.cs41backgroundColorBlueChannelField = backgroundColorConfigurationRegister.DefineValueField(0, 8, name… in STM32LTDC()
155 (byte)backgroundColorBlueChannelField.Value, in HandleBackgroundColorChange()
195 private readonly IValueRegisterField backgroundColorBlueChannelField; field in Antmicro.Renode.Peripherals.Video.STM32LTDC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA2D.cs164 .WithValueField(0, 8, out backgroundColorBlueChannelField, name: "BLUE") in STM32DMA2D()
239 (byte)backgroundColorBlueChannelField.Value, in HandlePixelFormatChange()
404 private readonly IValueRegisterField backgroundColorBlueChannelField; field in Antmicro.Renode.Peripherals.DMA.STM32DMA2D