Searched defs:commandLength (Results 1 – 2 of 2) sorted by relevance
341 …ctCommandParameters(uint commandHeader, out CommandName command, out uint commandLength, out bool[… in TryExtractCommandParameters()369 …private void ExecuteCommand(CommandName command, uint commandLength, bool[] flags, uint generateLe… in ExecuteCommand()466 private void ExecuteInstantiate(uint commandLength, bool useEntropy) in ExecuteInstantiate()535 private void ExecuteReseed(uint commandLength, bool useEntropy) in ExecuteReseed()565 private void ExecuteUpdate(uint commandLength) in ExecuteUpdate()
226 private uint commandLength = 0; field in Antmicro.Renode.Peripherals.SPI.XilinxQSPI