pub trait DmaFlagExt {
// Required methods
fn is_transfer_complete(&self) -> bool;
fn is_half_transfer(&self) -> bool;
fn is_transfer_error(&self) -> bool;
fn is_direct_mode_error(&self) -> bool;
fn is_fifo_error(&self) -> bool;
}
Required Methods§
Sourcefn is_transfer_complete(&self) -> bool
fn is_transfer_complete(&self) -> bool
Get transfer complete flag.
Sourcefn is_half_transfer(&self) -> bool
fn is_half_transfer(&self) -> bool
Get half transfer flag.
Sourcefn is_transfer_error(&self) -> bool
fn is_transfer_error(&self) -> bool
Get transfer error flag
Sourcefn is_direct_mode_error(&self) -> bool
fn is_direct_mode_error(&self) -> bool
Get direct mode error flag
Sourcefn is_fifo_error(&self) -> bool
fn is_fifo_error(&self) -> bool
Get fifo error flag