[][src]Trait drone_stm32_map_periph_dma::ch::UDmaCndtr

pub trait UDmaCndtr<T: DmaChMap>: URwRegBitBand {
    fn from_fields(map: UDmaCndtrFields<T>) -> Self;
fn into_fields(self) -> UDmaCndtrFields<T>;
fn ndt(&self) -> &T::UDmaCndtrNdt; }

Required methods

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

fn into_fields(self) -> UDmaCndtrFields<T>

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

Loading content...

Implementors

Loading content...