Searched refs:ChipSelect (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | RenesasDA_SPI.cs | 187 .WithEnumField<DoubleWordRegister, ChipSelect>(0, 3, name: "SPI_CS_SELECT", in BuildRegisterMap() 207 private void SwitchActivePeripheral(ChipSelect value) in SwitchActivePeripheral() 211 case ChipSelect.None: in SwitchActivePeripheral() 224 case ChipSelect.SPIEnable: in SwitchActivePeripheral() 225 case ChipSelect.SPIEnable2: in SwitchActivePeripheral() 226 case ChipSelect.GPIO: in SwitchActivePeripheral() 259 private int ChipSelectToAddress(ChipSelect chipSelect) in ChipSelectToAddress() 263 case ChipSelect.SPIEnable: in ChipSelectToAddress() 265 case ChipSelect.SPIEnable2: in ChipSelectToAddress() 267 case ChipSelect.GPIO: in ChipSelectToAddress() [all …]
|
| D | LiteX_SPI.cs | 105 {(long)Registers.ChipSelect, new DoubleWordRegister(this) in LiteX_SPI() 172 ChipSelect = 0x14, enumerator
|
| D | SAM_SPI.cs | 146 writeCallback: (_, val) => ChipSelect(val), in DefineRegisters() 180 ChipSelect(chipSelect.Value); in DefineRegisters() 334 private void ChipSelect(ulong val) in ChipSelect() method in Antmicro.Renode.Peripherals.SPI.SAM_SPI
|
| D | Cadence_xSPI.cs | 130 …else if(previousCommand != null && previousCommand.ChipSelect != currentCommand.ChipSelect && !pre… in TriggerCommand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/ |
| D | Command.cs | 58 public abstract uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.Command 72 if(!controller.TryGetPeripheral((int)ChipSelect, out peripheral)) 74 …ler.Log(LogLevel.Warning, "There is no peripheral with the selected address 0x{0:x}.", ChipSelect);
|
| D | AutoCommand.cs | 31 ChipSelect = BitHelper.GetValue(payload[0], 20, 3); in AutoCommand() 39 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.AutoCommand
|
| D | STIGCommands.cs | 37 ChipSelect = BitHelper.GetValue(payload[4], 12, 3); in STIGCommand() 45 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.STIGCommand
|