spinal
.
lib
.
com
uart
package
uart
Visibility
Public
All
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
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
class
UartCtrlIo
extends
Bundle
class
UartCtrlRx
extends
Component
class
UartCtrlTx
extends
Component
Value Members
object
UartCtrlRxState
extends
SpinalEnum
Created by PIC32F_USER on 24/05/2016.
object
UartCtrlTxState
extends
SpinalEnum
Created by PIC32F_USER on 24/05/2016.
object
UartParityType
extends
SpinalEnum
object
UartStopType
extends
SpinalEnum
Ungrouped