Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_SPI.cs190 if(chipSelectAddr.Value != ChipSelectNoPeripheral) in TryGetPeripheralAddress()
262 … if(chipSelectAddr.Value == ChipSelectNoPeripheral || selectedPeripheral != GetPeripheral()) in BuildRegisterMap()
523 private const int ChipSelectNoPeripheral = 0b1111; field in Antmicro.Renode.Peripherals.SPI.Cadence_SPI