DmaFlagExt

Trait DmaFlagExt 

Source
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§

Source

fn is_transfer_complete(&self) -> bool

Get transfer complete flag.

Source

fn is_half_transfer(&self) -> bool

Get half transfer flag.

Source

fn is_transfer_error(&self) -> bool

Get transfer error flag

Source

fn is_direct_mode_error(&self) -> bool

Get direct mode error flag

Source

fn is_fifo_error(&self) -> bool

Get fifo error flag

Implementations on Foreign Types§

Source§

impl DmaFlagExt for BitFlags<DmaFlag>

Implementors§