case class SB_PLL40_PAD_CONFIG(DIVR: Bits, DIVF: Bits, DIVQ: Bits, FILTER_RANGE: Bits, FEEDBACK_PATH: String, DELAY_ADJUSTMENT_MODE_FEEDBACK: String, FDA_FEEDBACK: Bits, DELAY_ADJUSTMENT_MODE_RELATIVE: String, FDA_RELATIVE: Bits, SHIFTREG_DIV_MODE: Bits, PLLOUT_SELECT: String, ENABLE_ICEGATE: Bool) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SB_PLL40_PAD_CONFIG
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SB_PLL40_PAD_CONFIG(DIVR: Bits, DIVF: Bits, DIVQ: Bits, FILTER_RANGE: Bits, FEEDBACK_PATH: String, DELAY_ADJUSTMENT_MODE_FEEDBACK: String, FDA_FEEDBACK: Bits, DELAY_ADJUSTMENT_MODE_RELATIVE: String, FDA_RELATIVE: Bits, SHIFTREG_DIV_MODE: Bits, PLLOUT_SELECT: String, ENABLE_ICEGATE: Bool)
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 DELAY_ADJUSTMENT_MODE_FEEDBACK: String
- var DELAY_ADJUSTMENT_MODE_RELATIVE: String
- var DIVF: Bits
- var DIVQ: Bits
- var DIVR: Bits
- var ENABLE_ICEGATE: Bool
- var FDA_FEEDBACK: Bits
- var FDA_RELATIVE: Bits
- var FEEDBACK_PATH: String
- var FILTER_RANGE: Bits
- var PLLOUT_SELECT: String
- var SHIFTREG_DIV_MODE: Bits
- def applyTo(bb: BlackBox): Unit
- 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()
- 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
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated