package
uart
Type Members
-
-
-
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
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 = 1, rxFifoDepth: Int = 1) extends Product with Serializable
-
class
UartCtrlRx extends Component
-
class
UartCtrlTx extends Component
-