[][src]Trait drone_stm32_map_periph_dma::ch::SDmaCndtr

pub trait SDmaCndtr<T: DmaChMap>: SRwRegBitBand {
    fn from_fields(map: SDmaCndtrFields<T>) -> Self;
fn into_fields(self) -> SDmaCndtrFields<T>;
fn ndt(&self) -> &T::SDmaCndtrNdt; }

Required methods

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

fn into_fields(self) -> SDmaCndtrFields<T>

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

Loading content...

Implementors

Loading content...