case class EHXPLLLConfig(clkiFreq: HertzNumber, mDiv: Int = 1, fbDiv: Int = 1, opDiv: Int = 1, osDiv: Int = -1, os2Div: Int = -1, os3Div: Int = -1, clkfbFreq: HertzNumber = null, fbPath: FeedbackType = EHXPLLLConfig.CLKOP) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EHXPLLLConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EHXPLLLConfig(clkiFreq: HertzNumber, mDiv: Int = 1, fbDiv: Int = 1, opDiv: Int = 1, osDiv: Int = -1, os2Div: Int = -1, os3Div: Int = -1, clkfbFreq: HertzNumber = null, fbPath: FeedbackType = EHXPLLLConfig.CLKOP)
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
- val clkfbFreq: HertzNumber
- val clkiFreq: HertzNumber
- val clkopFreq: HertzNumber
- val clkos2Freq: HertzNumber
- val clkos3Freq: HertzNumber
- val clkosFreq: HertzNumber
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fbDiv: Int
- val fbPath: FeedbackType
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mDiv: Int
-
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()
- val opDiv: Int
- val os2Div: Int
- val os3Div: Int
- val osDiv: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val vcoFreq: HertzNumber
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated