Crate warpshell
Source Expand description
- cores
- Collection of IP cores
- shells
- User-space interfaces to shells
- xdma
- XDMA transport
- ByteString
- Lightly standardised byte strings with convenience methods.
- DmaBuffer
- DMA-engine aligned buffer. Non-reallocatable since reallocations do not preserve alignment. The
size has to be known before creation.
- Error
- BaseParam
- Base address of a memory-mapped core
- BasedCtrlOps
- IO operations on a memory-mapped component via a control channel
- BasedDmaOps
- IO operations on a memory-mapped component via a DMA channel
- GetBasedCtrlIf
- Getter trait for a control interface.
- GetBasedDmaIf
- Getter trait for a DMA interface.
- Result