|
IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
|
Static Public Attributes | |
| DMAChannelDir | direction |
| int | channel |
| list | bds [Bd] |
One hardware DMA channel on a tile, with its BD chain.
Args:
direction: ``DMAChannelDir.S2MM`` (host→tile) or ``DMAChannelDir.MM2S``
(tile→host).
channel: hardware channel index.
bds: ordered list of :class:`Bd` entries that form the chain.
|
static |
|
static |
|
static |