Packages

case class SB_PLL40_CONFIG(DIVR: Int, DIVF: Int, DIVQ: Int, FILTER_RANGE: Int, FEEDBACK_PATH: FeedbackPath = FeedbackPath.SIMPLE, DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode = AdjustmentMode.FIXED, FDA_FEEDBACK: Int, DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode = AdjustmentMode.FIXED, FDA_RELATIVE: Int, SHIFTREG_DIV_MODE: ShiftregDivMode = ShiftregDivMode.DIV_4, PLLOUT_SELECT: PllOutSelect = PllOutSelect.GENCLK, ENABLE_ICEGATE: Boolean = false, withLock: Boolean = false) extends AbstractPllConfig with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AbstractPllConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SB_PLL40_CONFIG
  2. Serializable
  3. Product
  4. Equals
  5. AbstractPllConfig
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SB_PLL40_CONFIG(DIVR: Int, DIVF: Int, DIVQ: Int, FILTER_RANGE: Int, FEEDBACK_PATH: FeedbackPath = FeedbackPath.SIMPLE, DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode = AdjustmentMode.FIXED, FDA_FEEDBACK: Int, DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode = AdjustmentMode.FIXED, FDA_RELATIVE: Int, SHIFTREG_DIV_MODE: ShiftregDivMode = ShiftregDivMode.DIV_4, PLLOUT_SELECT: PllOutSelect = PllOutSelect.GENCLK, ENABLE_ICEGATE: Boolean = false, withLock: Boolean = false)

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. val DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode
  5. val DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode
  6. val DIVF: Int
  7. val DIVQ: Int
  8. val DIVR: Int
  9. val ENABLE_ICEGATE: Boolean
  10. val FDA_FEEDBACK: Int
  11. val FDA_RELATIVE: Int
  12. val FEEDBACK_PATH: FeedbackPath
  13. val FILTER_RANGE: Int
  14. val PLLOUT_SELECT: PllOutSelect
  15. val SHIFTREG_DIV_MODE: ShiftregDivMode
  16. def applyTo(bb: BlackBox): Unit
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def fout(fin: HertzNumber): HertzNumber
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. def withDynamicDelay: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  32. def withExtFeedback: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  33. def withLatchInputValue: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  34. val withLock: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig

Deprecated Value Members

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

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractPllConfig

Inherited from AnyRef

Inherited from Any

Ungrouped