spinal.lib.com

uart

package uart

Visibility
  1. Public
  2. All

Type Members

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

  2. class UartCtrl extends Component

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

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

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

  6. class UartCtrlIo extends Bundle

  7. class UartCtrlRx extends Component

  8. class UartCtrlTx extends Component

  9. class UartCtrlUsageExample extends Component

Value Members

  1. object UartCtrlRxState extends SpinalEnum

  2. object UartCtrlTxState extends SpinalEnum

  3. object UartCtrlUsageExample

  4. object UartParityType extends SpinalEnum

  5. object UartStopType extends SpinalEnum

Ungrouped