Searched refs:chipSelectAddr (Results 1 – 1 of 1) sorted by relevance
190 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