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, Serializable, Product, Equals, AbstractPllConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SB_PLL40_CONFIG
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractPllConfig
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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( ... ) @native() @IntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def fout(fin: HertzNumber): HertzNumber
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  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
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withDynamicDelay: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  31. def withExtFeedback: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  32. def withLatchInputValue: Boolean
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  33. 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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractPllConfig

Inherited from AnyRef

Inherited from Any

Ungrouped