Searched refs:ContinuingCommand (Results 1 – 1 of 1) sorted by relevance
96 …ONTC - Continuing Command", valueProviderCallback: _ => currentCommand?.ContinuingCommand ?? false) in DefineRegisters()121 ContinuingCommand = continuingCommand.Value in DefineRegisters()392 if(!currentCommand.ContinuingCommand) in TrySendDataInner()398 if(sizeLeft == 0 && !currentCommand.ContinuingCommand) in TrySendDataInner()510 … if(!currentCommand.ContinuingCommand && continuousTransferInProgress && (sizeLeft == 0)) in UpdateTransmitter()591 public bool ContinuingCommand { get; set; } property in Antmicro.Renode.Peripherals.SPI.IMXRT_LPSPI.TCFifoCmd