Packages

package uart

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3UartCtrl(config: UartCtrlMemoryMappedConfig) extends Component with Product with Serializable
  2. class AvalonMMUartCtrl extends Component
  3. case class BmbUartCtrl(config: UartCtrlMemoryMappedConfig, bmbParameter: BmbParameter) extends Component with Product with Serializable
  4. case class Uart(ctsGen: Boolean = false, rtsGen: Boolean = false) extends Bundle with IMasterSlave with Product with Serializable
  5. class UartCtrl extends Component
  6. case class UartCtrlConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable
  7. case class UartCtrlFrameConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable
  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
  9. case class UartCtrlInitConfig(baudrate: Int = 0, dataLength: Int = 0, parity: UartParityType.E = null, stop: UartStopType.E = null) extends Product with Serializable
  10. class UartCtrlIo extends Bundle
  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
  12. class UartCtrlRx extends Component
  13. class UartCtrlTx extends Component
  14. class UartCtrlUsageExample extends Component
  15. class WishboneUartCtrl extends Component

Value Members

  1. object Apb3UartCtrl extends Serializable
  2. object AvalonMMUartCtrl
  3. object BmbUartCtrl extends Serializable
  4. object UartCtrl
  5. object UartCtrlMemoryMappedConfig extends Serializable
  6. object UartCtrlRxState extends SpinalEnum
  7. object UartCtrlTxState extends SpinalEnum
  8. object UartCtrlUsageExample
  9. object UartParityType extends SpinalEnum
  10. object UartStopType extends SpinalEnum
  11. object WishboneUartCtrl

Ungrouped