Home
last modified time | relevance | path

Searched defs:ChipSelect (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DAutoCommand.cs39 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.AutoCommand
DCommand.cs58 public abstract uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.Command
DSTIGCommands.cs45 public override uint ChipSelect { get; } property in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.STIGCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DLiteX_SPI.cs172 ChipSelect = 0x14, enumerator
DRenesasDA_SPI.cs307 private enum ChipSelect enum in Antmicro.Renode.Peripherals.SPI.RenesasDA_SPI
DSAM_SPI.cs334 private void ChipSelect(ulong val) in ChipSelect() method in Antmicro.Renode.Peripherals.SPI.SAM_SPI