spinal.lib.com

uart

package uart

Visibility
  1. Public
  2. All

Type Members

  1. class Apb3UartCtrl extends Component

  2. class AvalonMMUartCtrl extends Component

  3. case class Uart() extends Bundle with IMasterSlave with Product with Serializable

  4. class UartCtrl extends Component

  5. case class UartCtrlConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable

  6. case class UartCtrlFrameConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable

  7. case class UartCtrlGenerics(dataWidthMax: Int = 8, clockDividerWidth: Int = 20, preSamplingSize: Int = 1, samplingSize: Int = 5, postSamplingSize: Int = 2) extends Product with Serializable

  8. class UartCtrlIo extends Bundle

  9. class UartCtrlRx extends Component

  10. class UartCtrlTx extends Component

  11. class UartCtrlUsageExample extends Component

Value Members

  1. object Apb3UartCtrl

  2. object AvalonMMUartCtrl

  3. object UartCtrlRxState extends SpinalEnum

  4. object UartCtrlTxState extends SpinalEnum

  5. object UartCtrlUsageExample

  6. object UartParityType extends SpinalEnum

  7. object UartStopType extends SpinalEnum

Ungrouped