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 TilelinkUartCtrl(config: UartCtrlMemoryMappedConfig, tilelinkParameter: BusParameter) extends Component with Product with Serializable

    Permalink
  5. case class TilelinkUartFiber() extends Area with Product with Serializable

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

    Permalink
  7. class UartCtrl extends Component

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

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

    Permalink
  10. 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
  11. case class UartCtrlInitConfig(baudrate: Int = 0, dataLength: Int = 0, parity: UartParityType.E = null, stop: UartStopType.E = null) extends Product with Serializable

    Permalink
  12. class UartCtrlIo extends Bundle

    Permalink
  13. 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
  14. class UartCtrlRx extends Component

    Permalink
  15. class UartCtrlTx extends Component

    Permalink
  16. class UartCtrlUsageExample extends Component

    Permalink
  17. 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 TilelinkUartCtrl extends Serializable

    Permalink
  5. object UartCtrl

    Permalink
  6. object UartCtrlMemoryMappedConfig extends Serializable

    Permalink
  7. object UartCtrlRxState extends SpinalEnum

    Permalink
  8. object UartCtrlTxState extends SpinalEnum

    Permalink
  9. object UartCtrlUsageExample

    Permalink
  10. object UartParityType extends SpinalEnum

    Permalink
  11. object UartStopType extends SpinalEnum

    Permalink
  12. object WishboneUartCtrl

    Permalink
  13. package sim

    Permalink

Ungrouped