Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs30 public ICommandInteraction HandleCommand(string cmd, ICommandInteraction ci) in HandleCommand()
36 public string[] SuggestionNeeded(string cmd) in SuggestionNeeded()
286 private TokenizationResult Tokenize(string cmd, ICommandInteraction writer) in Tokenize()
465 public bool Parse(string cmd, ICommandInteraction writer = null) in Parse()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs523 private bool HandleCommand(IPCommandDescriptor cmd, ISPIPeripheral device) in HandleCommand()