Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_LPSPI.cs96 …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