Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitBangHelper.cs14 …public BitBangHelper(int width, bool outputMsbFirst = false, IEmulationElement loggingParent = nul… in BitBangHelper() argument
16 outputDecoder = new Decoder(width, outputMsbFirst, loggingParent); in BitBangHelper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DLiteX_SPI_Flash.cs24 bbHelper = new BitBangHelper(8, loggingParent: this, outputMsbFirst: true); in LiteX_SPI_Flash()
DPicoRV_SPI.cs23 bbHelper = new BitBangHelper(8, loggingParent: this, outputMsbFirst: true); in PicoRV_SPI()