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 Uart() 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) 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 UartCtrlRxState extends SpinalEnum
- object UartCtrlTxState extends SpinalEnum
- object UartCtrlUsageExample
- object UartParityType extends SpinalEnum
- object UartStopType extends SpinalEnum
- object WishboneUartCtrl