Package

spinal.lib.com

spi

Permalink

package spi

Visibility
  1. Public
  2. All

Type Members

  1. case class Apb3SpiMasterCtrl(generics: SpiMasterCtrlMemoryMappedConfig) extends Component with Product with Serializable

    Permalink
  2. case class Apb3SpiSlaveCtrl(generics: SpiSlaveCtrlMemoryMappedConfig) extends Component with Product with Serializable

    Permalink
  3. case class SpiHalfDuplexMaster(dataWidth: Int = 2, ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  4. case class SpiKind() extends Bundle with Product with Serializable

    Permalink
  5. case class SpiMaster(ssWidth: Int = 1, useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  6. case class SpiMasterCmd(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable

    Permalink
  7. case class SpiMasterCtrl(generics: SpiMasterCtrlGenerics) extends Component with Product with Serializable

    Permalink
  8. case class SpiMasterCtrlCmdData(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable

    Permalink
  9. case class SpiMasterCtrlCmdSs(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable

    Permalink
  10. case class SpiMasterCtrlConfig(generics: SpiMasterCtrlGenerics) extends Bundle with Product with Serializable

    Permalink
  11. case class SpiMasterCtrlGenerics(ssWidth: Int, timerWidth: Int, dataWidth: Int = 8) extends Product with Serializable

    Permalink

    Created by PIC32F_USER on 02/08/2017.

  12. case class SpiMasterCtrlMemoryMappedConfig(ctrlGenerics: SpiMasterCtrlGenerics, cmdFifoDepth: Int = 32, rspFifoDepth: Int = 32) extends Product with Serializable

    Permalink
  13. case class SpiSlave(useSclk: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  14. case class SpiSlaveCtrl(generics: SpiSlaveCtrlGenerics) extends Component with Product with Serializable

    Permalink
  15. case class SpiSlaveCtrlGenerics(dataWidth: Int = 8) extends Product with Serializable

    Permalink

    Created by PIC32F_USER on 02/08/2017.

  16. case class SpiSlaveCtrlIo(generics: SpiSlaveCtrlGenerics) extends Bundle with Product with Serializable

    Permalink
  17. case class SpiSlaveCtrlMemoryMappedConfig(ctrlGenerics: SpiSlaveCtrlGenerics, rxFifoDepth: Int = 32, txFifoDepth: Int = 32) extends Product with Serializable

    Permalink
  18. case class WishboneSpiMasterCtrl(generics: SpiMasterCtrlMemoryMappedConfig) extends Component with Product with Serializable

    Permalink
  19. case class WishboneSpiSlaveCtrl(generics: SpiSlaveCtrlMemoryMappedConfig) extends Component with Product with Serializable

    Permalink

Value Members

  1. object Apb3SpiMasterCtrl extends Serializable

    Permalink
  2. object Apb3SpiSlaveCtrl extends Serializable

    Permalink
  3. object SpiMasterCtrlCmdMode extends SpinalEnum

    Permalink
  4. object SpiSlaveCtrl extends Serializable

    Permalink
  5. object WishboneSpiMasterCtrl extends Serializable

    Permalink
  6. object WishboneSpiSlaveCtrl extends Serializable

    Permalink
  7. package ddr

    Permalink

Ungrouped