Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DRenesasDA_SPI.cs187 .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 …]
DLiteX_SPI.cs105 {(long)Registers.ChipSelect, new DoubleWordRegister(this) in LiteX_SPI()
172 ChipSelect = 0x14, enumerator
DSAM_SPI.cs146 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
DCadence_xSPI.cs130 …else if(previousCommand != null && previousCommand.ChipSelect != currentCommand.ChipSelect && !pre… in TriggerCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DCommand.cs58 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);
DAutoCommand.cs31 ChipSelect = BitHelper.GetValue(payload[0], 20, 3); in AutoCommand()
39 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.AutoCommand
DSTIGCommands.cs37 ChipSelect = BitHelper.GetValue(payload[4], 12, 3); in STIGCommand()
45 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.STIGCommand