Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs420 descriptors = new List<IPCommandDescriptor>(); in CommandsEngine()
479 private IEnumerable<IPCommandDescriptor> DecodeCommands(uint sequenceIndex) in DecodeCommands()
481 var result = new List<IPCommandDescriptor>(); in DecodeCommands()
501 private IPCommandDescriptor DecodeCommand(short instr) in DecodeCommand()
503 return new IPCommandDescriptor in DecodeCommand()
523 private bool HandleCommand(IPCommandDescriptor cmd, ISPIPeripheral device) in HandleCommand()
589 private readonly List<IPCommandDescriptor> descriptors;
683 private struct IPCommandDescriptor struct in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI