package
spi
Type Members
-
-
-
case class
SpiHalfDuplexMaster(dataWidth: Int = 2, ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
-
case class
SpiKind() extends Bundle with Product with Serializable
-
case class
SpiMaster(ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
-
case class
SpiMasterCmd(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable
-
case class
SpiMasterCtrl(generics: SpiMasterCtrlGenerics) extends Component with Product with Serializable
-
-
-
-
case class
SpiMasterCtrlGenerics(ssWidth: Int, timerWidth: Int, dataWidth: Int = 8, sampleReset: Boolean = false) extends Product with Serializable
-
case class
SpiMasterCtrlMemoryMappedConfig(ctrlGenerics: SpiMasterCtrlGenerics, cmdFifoDepth: Int = 32, rspFifoDepth: Int = 32) extends Product with Serializable
-
case class
SpiSlave(useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
-
case class
SpiSlaveCtrl(generics: SpiSlaveCtrlGenerics) extends Component with Product with Serializable
-
case class
SpiSlaveCtrlGenerics(dataWidth: Int = 8) extends Product with Serializable
-
-
case class
SpiSlaveCtrlMemoryMappedConfig(ctrlGenerics: SpiSlaveCtrlGenerics, rxFifoDepth: Int = 32, txFifoDepth: Int = 32) extends Product with Serializable
-
-