Crate warpshell

Source
Expand description

§Warpshell library

Modules§

cores
Collection of IP cores
shells
User-space interfaces to shells
xdma
XDMA transport

Structs§

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.

Enums§

Error

Traits§

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.

Type Aliases§

Result