Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DCommand.cs72 if(!controller.TryGetPeripheral((int)ChipSelect, out peripheral))
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_xSPI.cs115 internal bool TryGetPeripheral(int address, out ISPIPeripheral peripheral) in TryGetPeripheral() method in Antmicro.Renode.Peripherals.SPI.Cadence_xSPI