Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs405 var valueToWrite = (byte)(value & UlpiDataWriteMask); in WriteDoubleWord()
879 private const int UlpiDataWriteMask = 0xFF; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController