7.6.5.3 Enum dma_block_action
Block action definitions.
Enum value | Description |
---|---|
DMA_BLOCK_ACTION_NOACT |
No action. |
DMA_BLOCK_ACTION_INT |
Channel in normal operation and sets transfer complete interrupt flag after block transfer. |
DMA_BLOCK_ACTION_SUSPEND |
Trigger channel suspend after block transfer and sets channel suspend interrupt flag once the channel is suspended. |
DMA_BLOCK_ACTION_BOTH |
Sets transfer complete interrupt flag after a block transfer and trigger channel suspend. The channel suspend interrupt flag will be set once the channel is suspended. |