case class MemoryMappingParameters(ctrl: Parameters, cmdFifoDepth: Int = 32, rspFifoDepth: Int = 32, pipelined: Boolean = false, cpolInit: Boolean = false, cphaInit: Boolean = false, modInit: Int = 0, sclkToogleInit: Int = 0, ssSetupInit: Int = 0, ssHoldInit: Int = 0, ssDisableInit: Int = 0, ssActiveHighInit: Int = 0, xipInstructionModInit: Int = 0, xipAddressModInit: Int = 0, xipDummyModInit: Int = 0, xipPayloadModInit: Int = 0, xipConfigWritable: Boolean = true, xipEnableInit: Boolean = false, xipInstructionEnableInit: Boolean = true, xipInstructionDataInit: Int = 0x0B, xipDummyCountInit: Int = 0, xipDummyDataInit: Int = 0xFF, xipSsId: Int = 0, xip: XipBusParameters = null) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemoryMappingParameters
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MemoryMappingParameters(ctrl: Parameters, cmdFifoDepth: Int = 32, rspFifoDepth: Int = 32, pipelined: Boolean = false, cpolInit: Boolean = false, cphaInit: Boolean = false, modInit: Int = 0, sclkToogleInit: Int = 0, ssSetupInit: Int = 0, ssHoldInit: Int = 0, ssDisableInit: Int = 0, ssActiveHighInit: Int = 0, xipInstructionModInit: Int = 0, xipAddressModInit: Int = 0, xipDummyModInit: Int = 0, xipPayloadModInit: Int = 0, xipConfigWritable: Boolean = true, xipEnableInit: Boolean = false, xipInstructionEnableInit: Boolean = true, xipInstructionDataInit: Int = 0x0B, xipDummyCountInit: Int = 0, xipDummyDataInit: Int = 0xFF, xipSsId: Int = 0, xip: XipBusParameters = null)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val cmdFifoDepth: Int
- val cphaInit: Boolean
- val cpolInit: Boolean
- val ctrl: Parameters
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modInit: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pipelined: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rspFifoDepth: Int
- val sclkToogleInit: Int
- val ssActiveHighInit: Int
- val ssDisableInit: Int
- val ssHoldInit: Int
- val ssSetupInit: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val xip: XipBusParameters
- val xipAddressModInit: Int
- val xipConfigWritable: Boolean
- val xipDummyCountInit: Int
- val xipDummyDataInit: Int
- val xipDummyModInit: Int
- val xipEnableInit: Boolean
- val xipInstructionDataInit: Int
- val xipInstructionEnableInit: Boolean
- val xipInstructionModInit: Int
- val xipPayloadModInit: Int
- val xipSsId: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated