Home
last modified time | relevance | path

Searched refs:chipSelectAddr (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()
192 var addressReg = (int)chipSelectAddr.Value & ChipSelectAddrMask; in TryGetPeripheralAddress()
210 …el.Warning, "The 0x{0:X} value of the chipSelectAddr register is reserved.", chipSelectAddr.Value); in TryGetPeripheralAddress()
246 .WithValueField(10, 4, out chipSelectAddr, name: "chipSelectAddress") in BuildRegisterMap()
262 … if(chipSelectAddr.Value == ChipSelectNoPeripheral || selectedPeripheral != GetPeripheral()) in BuildRegisterMap()
493 private IValueRegisterField chipSelectAddr; field in Antmicro.Renode.Peripherals.SPI.Cadence_SPI