Class

spinal.lib.system.dma.sg2

DmaSgWriteOnlyParam

Related Doc: package sg2

Permalink

case class DmaSgWriteOnlyParam(addressWidth: Int, dataWidth: Int, blockSize: Int, bufferBytes: Int, pendingSlots: Int, bsbDataBytes: Int, descriptorBytes: Int = 32, irqDelayWidth: Int = 8, irqCounterWidth: Int = 8) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DmaSgWriteOnlyParam
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DmaSgWriteOnlyParam(addressWidth: Int, dataWidth: Int, blockSize: Int, bufferBytes: Int, pendingSlots: Int, bsbDataBytes: Int, descriptorBytes: Int = 32, irqDelayWidth: Int = 8, irqCounterWidth: Int = 8)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var addressWidth: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var blockSize: Int

    Permalink
  7. var bsbDataBytes: Int

    Permalink
  8. def bsbDataWidth: Int

    Permalink
  9. var bufferBytes: Int

    Permalink
  10. def bufferWords: Int

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def ctrlAddressWidth: Int

    Permalink
  13. def dataBytes: Int

    Permalink
  14. var dataWidth: Int

    Permalink
  15. var descriptorBytes: Int

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def getBsbParameter(): BsbParameter

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def getCtrlParam(): BusParameter

    Permalink
  20. def getCtrlSupport(proposed: M2sSupport): M2sSupport

    Permalink
  21. def getM2sParameter(name: Nameable): M2sParameters

    Permalink
  22. def getM2sSupport(): M2sSupport

    Permalink
  23. var irqCounterWidth: Int

    Permalink
  24. var irqDelayWidth: Int

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. var pendingSlots: Int

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def transferBytesWidth: Int

    Permalink
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped