case class APlicGenParam(withDirect: Boolean, withMSI: Boolean, genIEP: Boolean = true, withIForce: Boolean = false, _MMsiParams: APlicMsiParam = APlicMsiParam(), _SMsiParams: APlicMsiParam = APlicMsiParam(), _withMsiAddrcfg: Boolean = false, _lockMSI: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APlicGenParam
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new APlicGenParam(withDirect: Boolean, withMSI: Boolean, genIEP: Boolean = true, withIForce: Boolean = false, _MMsiParams: APlicMsiParam = APlicMsiParam(), _SMsiParams: APlicMsiParam = APlicMsiParam(), _withMsiAddrcfg: Boolean = false, _lockMSI: Boolean = false)
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
- var _MMsiParams: APlicMsiParam
- var _SMsiParams: APlicMsiParam
- var _lockMSI: Boolean
- var _withMsiAddrcfg: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val genIEP: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lockMSI(): APlicGenParam.this.type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val withDirect: Boolean
- val withIForce: Boolean
- val withMSI: Boolean
- def withMachineMsiParams(address: BigInt = 0, hhxs: Int = 0, lhxs: Int = 0, hhxw: Int = 0, lhxw: Int = 0): APlicGenParam.this.type
- def withMachineMsiParams(param: APlicMsiParam): APlicGenParam.this.type
- def withMsiAddrcfg(): APlicGenParam.this.type
- def withSupervisorMsiParams(address: BigInt = 0, lhxs: Int = 0): APlicGenParam.this.type
- def withSupervisorMsiParams(param: APlicMsiParam): APlicGenParam.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated