package uart
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Apb3UartCtrl(config: UartCtrlMemoryMappedConfig) extends Component with Product with Serializable
- class AvalonMMUartCtrl extends Component
- case class BmbUartCtrl(config: UartCtrlMemoryMappedConfig, bmbParameter: BmbParameter) extends Component with Product with Serializable
- case class TilelinkUartCtrl(config: UartCtrlMemoryMappedConfig, tilelinkParameter: BusParameter) extends Component with Product with Serializable
- case class TilelinkUartFiber() extends Area with Product with Serializable
- case class Uart(ctsGen: Boolean = false, rtsGen: Boolean = false) extends Bundle with IMasterSlave with Product with Serializable
- class UartCtrl extends Component
- case class UartCtrlConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable
- case class UartCtrlFrameConfig(g: UartCtrlGenerics) extends Bundle with Product with Serializable
- 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
- case class UartCtrlInitConfig(baudrate: Int = 0, dataLength: Int = 0, parity: UartParityType.E = null, stop: UartStopType.E = null) extends Product with Serializable
- class UartCtrlIo extends Bundle
- case class UartCtrlMemoryMappedConfig(uartCtrlConfig: UartCtrlGenerics, initConfig: UartCtrlInitConfig = null, busCanWriteClockDividerConfig: Boolean = true, busCanWriteFrameConfig: Boolean = true, txFifoDepth: Int = 32, rxFifoDepth: Int = 32) extends Product with Serializable
- class UartCtrlRx extends Component
- class UartCtrlTx extends Component
- class UartCtrlUsageExample extends Component
- class WishboneUartCtrl extends Component
Value Members
- object Apb3UartCtrl extends Serializable
- object AvalonMMUartCtrl
- object BmbUartCtrl extends Serializable
- object TilelinkUartCtrl extends Serializable
- object UartCtrl
- object UartCtrlMemoryMappedConfig extends Serializable
- object UartCtrlRxState extends SpinalEnum
- object UartCtrlTxState extends SpinalEnum
- object UartCtrlUsageExample
- object UartParityType extends SpinalEnum
- object UartStopType extends SpinalEnum
- object WishboneUartCtrl