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

Value Members

  1. object UartCtrlRxState extends SpinalEnum

    Created by PIC32F_USER on 24/05/2016.

  2. object UartCtrlTxState extends SpinalEnum

    Created by PIC32F_USER on 24/05/2016.

  3. object UartParityType extends SpinalEnum

  4. object UartStopType extends SpinalEnum

Ungrouped