7.6.4.11 Function dma_is_busy()

Check if the given DMA resource is busy.

bool dma_is_busy( struct dma_resource * resource)

Table 7-18. Parameters
Data directionParameter nameDescription

[in]

resource

Pointer to the DMA resource

Returns

Status which indicates whether the DMA resource is busy.

Table 7-19. Return Values
Return valueDescription

true

The DMA resource has an on-going transfer

false

The DMA resource is not busy