Searched refs:outputMsbFirst (Results 1 – 3 of 3) sorted by relevance
14 …public BitBangHelper(int width, bool outputMsbFirst = false, IEmulationElement loggingParent = nul… in BitBangHelper() argument16 outputDecoder = new Decoder(width, outputMsbFirst, loggingParent); in BitBangHelper()
24 bbHelper = new BitBangHelper(8, loggingParent: this, outputMsbFirst: true); in LiteX_SPI_Flash()
23 bbHelper = new BitBangHelper(8, loggingParent: this, outputMsbFirst: true); in PicoRV_SPI()