[][src]Trait drone_stm32_map_periph_dma::ch::CDmaCndtr

pub trait CDmaCndtr<T: DmaChMap>: CRwRegBitBand {
    fn from_fields(map: CDmaCndtrFields<T>) -> Self;
fn into_fields(self) -> CDmaCndtrFields<T>;
fn ndt(&self) -> &T::CDmaCndtrNdt; }

Required methods

fn from_fields(map: CDmaCndtrFields<T>) -> Self

fn into_fields(self) -> CDmaCndtrFields<T>

fn ndt(&self) -> &T::CDmaCndtrNdt

Loading content...

Implementors

Loading content...