Status structure returned by sl_dma_channel_get_status().

Public Attributes#

bool

A transfer list is active.

bool

Channel enabled in HW.

uint32_t

Cumulative bytes completed in current chain.

Public Attribute Documentation#

active#

bool sl_dma_channel_status_t::active

A transfer list is active.


enabled#

bool sl_dma_channel_status_t::enabled

Channel enabled in HW.


bytes_completed#

uint32_t sl_dma_channel_status_t::bytes_completed

Cumulative bytes completed in current chain.