Struct sam4l::dma::DMAChannel [] [src]

pub struct DMAChannel {
    registers: *mut DMARegisters,
    client: Cell<Option<&'static DMAClient>>,
    width: Cell<DMAWidth>,
    enabled: Cell<bool>,
    buffer: TakeCell<'static, [u8]>,
}

Fields

Methods

impl DMAChannel
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Aborts any current transactions and returns the buffer used in the transaction.

[src]