Package

spinal.lib.com

uart

Permalink

package uart

Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3UartCtrl(config: UartCtrlMemoryMappedConfig) extends Component with Product with Serializable

    Permalink
  2. class AvalonMMUartCtrl extends Component

    Permalink
  3. case class BmbUartCtrl(config: UartCtrlMemoryMappedConfig, bmbParameter: BmbParameter) extends Component with Product with Serializable

    Permalink
  4. case class Uart(ctsGen: Boolean = false, rtsGen: Boolean = false) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  5. class UartCtrl extends Component

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

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

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

    Permalink
  9. case class UartCtrlInitConfig(baudrate: Int = 0, dataLength: Int = 0, parity: UartParityType.E = null, stop: UartStopType.E = null) extends Product with Serializable

    Permalink
  10. class UartCtrlIo extends Bundle

    Permalink
  11. case class UartCtrlMemoryMappedConfig(uartCtrlConfig: UartCtrlGenerics, initConfig: UartCtrlInitConfig = null, busCanWriteClockDividerConfig: Boolean = true, busCanWriteFrameConfig: Boolean = true, txFifoDepth: Int = 32, rxFifoDepth: Int = 32) extends Product with Serializable

    Permalink
  12. class UartCtrlRx extends Component

    Permalink
  13. class UartCtrlTx extends Component

    Permalink
  14. class UartCtrlUsageExample extends Component

    Permalink
  15. class WishboneUartCtrl extends Component

    Permalink

Value Members

  1. object Apb3UartCtrl extends Serializable

    Permalink
  2. object AvalonMMUartCtrl

    Permalink
  3. object BmbUartCtrl extends Serializable

    Permalink
  4. object UartCtrl

    Permalink
  5. object UartCtrlMemoryMappedConfig extends Serializable

    Permalink
  6. object UartCtrlRxState extends SpinalEnum

    Permalink
  7. object UartCtrlTxState extends SpinalEnum

    Permalink
  8. object UartCtrlUsageExample

    Permalink
  9. object UartParityType extends SpinalEnum

    Permalink
  10. object UartStopType extends SpinalEnum

    Permalink
  11. object WishboneUartCtrl

    Permalink
  12. package sim

    Permalink

Ungrouped