Packages

package spi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3SpiMasterCtrl(generics: SpiMasterCtrlMemoryMappedConfig) extends Component with Product with Serializable
  2. case class Apb3SpiSlaveCtrl(generics: SpiSlaveCtrlMemoryMappedConfig) extends Component with Product with Serializable
  3. case class SpiHalfDuplexMaster(dataWidth: Int = 2, ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
  4. case class SpiKind() extends Bundle with Product with Serializable
  5. case class SpiMaster(ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
  6. case class SpiMasterCmd(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable
  7. case class SpiMasterCtrl(generics: SpiMasterCtrlGenerics) extends Component with Product with Serializable
  8. case class SpiMasterCtrlCmdData(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable
  9. case class SpiMasterCtrlCmdSs(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable
  10. case class SpiMasterCtrlConfig(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable
  11. case class SpiMasterCtrlGenerics(ssWidth: Int, timerWidth: Int, dataWidth: Int = 8) extends Product with Serializable

    Created by PIC32F_USER on 02/08/2017.

  12. case class SpiMasterCtrlMemoryMappedConfig(ctrlGenerics: SpiMasterCtrlGenerics, cmdFifoDepth: Int = 32, rspFifoDepth: Int = 32) extends Product with Serializable
  13. case class SpiSlave(useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
  14. case class SpiSlaveCtrl(generics: SpiSlaveCtrlGenerics) extends Component with Product with Serializable
  15. case class SpiSlaveCtrlGenerics(dataWidth: Int = 8) extends Product with Serializable

    Created by PIC32F_USER on 02/08/2017.

  16. case class SpiSlaveCtrlIo(generics: SpiSlaveCtrlGenerics) extends Bundle with Product with Serializable
  17. case class SpiSlaveCtrlMemoryMappedConfig(ctrlGenerics: SpiSlaveCtrlGenerics, rxFifoDepth: Int = 32, txFifoDepth: Int = 32) extends Product with Serializable
  18. case class WishboneSpiMasterCtrl(generics: SpiMasterCtrlMemoryMappedConfig) extends Component with Product with Serializable
  19. case class WishboneSpiSlaveCtrl(generics: SpiSlaveCtrlMemoryMappedConfig) extends Component with Product with Serializable

Value Members

  1. object Apb3SpiMasterCtrl extends Serializable
  2. object Apb3SpiSlaveCtrl extends Serializable
  3. object SpiMasterCtrlCmdMode extends SpinalEnum
  4. object SpiSlaveCtrl extends Serializable
  5. object WishboneSpiMasterCtrl extends Serializable
  6. object WishboneSpiSlaveCtrl extends Serializable

Ungrouped