c

spinal.lib.bus.regif

BusIfIntr

implicit class BusIfIntr extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BusIfIntr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BusIfIntr(bi: BusIf)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def interruptFactory(regNamePre: String, triggers: Bool*): Bool
  11. def interruptFactoryAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
  12. def interruptFactoryNoForce(regNamePre: String, triggers: Bool*): Bool
  13. def interruptFactoryNoForceAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
  14. def interruptLevelFactory(regNamePre: String, levels: Bool*): Bool
  15. def interruptLevelFactoryAt(addrOffset: BigInt, regNamePre: String, levels: Bool*): Bool
  16. def interruptLevel_W1SCmask_FactoryAt(addrOffset: BigInt, regNamePre: String, levels: Bool*): Bool
  17. def interrupt_W1SCmask_FactoryAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def newIntrMMS3(doc: String)(implicit symbol: SymbolName): IntrMMS3
  21. def newIntrMMS3(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrMMS3
  22. def newIntrMMS3(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrMMS3
  23. def newIntrMS2(doc: String)(implicit symbol: SymbolName): IntrMS2
  24. def newIntrMS2(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrMS2
  25. def newIntrMS2(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrMS2
  26. def newIntrOMMS4(doc: String)(implicit symbol: SymbolName): IntrOMMS4
  27. def newIntrOMMS4(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrOMMS4
  28. def newIntrOMMS4(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrOMMS4
  29. def newIntrOMS3(doc: String)(implicit symbol: SymbolName): IntrOMS3
  30. def newIntrOMS3(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrOMS3
  31. def newIntrOMS3(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrOMS3
  32. def newIntrRFMMS5(doc: String)(implicit symbol: SymbolName): IntrRFMMS5
  33. def newIntrRFMMS5(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrRFMMS5
  34. def newIntrRFMMS5(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrRFMMS5
  35. def newIntrRFMS4(doc: String)(implicit symbol: SymbolName): IntrRFMS4
  36. def newIntrRFMS4(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrRFMS4
  37. def newIntrRFMS4(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrRFMS4
  38. def newIntrRMS3(doc: String)(implicit symbol: SymbolName): IntrRMS3
  39. def newIntrRMS3(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrRMS3
  40. def newIntrRMS3(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrRMS3
  41. def newIntrS1(doc: String)(implicit symbol: SymbolName): IntrS1
  42. def newIntrS1(addr: BigInt, doc: String)(implicit symbol: SymbolName): IntrS1
  43. def newIntrS1(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): IntrS1
  44. def newRegSC(doc: String)(implicit symbol: SymbolName): RegSC
  45. def newRegSCAt(addr: BigInt, doc: String)(implicit symbol: SymbolName): RegSC
  46. def newRegSCAt(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): RegSC
  47. def newRegSCR(doc: String)(implicit symbol: SymbolName): RegSCR
  48. def newRegSCRAt(addr: BigInt, doc: String)(implicit symbol: SymbolName): RegSCR
  49. def newRegSCRAt(addr: BigInt, doc: String, sec: Secure)(implicit symbol: SymbolName): RegSCR
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped