Trait drone_nrf_map_periph_uarte::CUarteRxdAmount[][src]

pub trait CUarteRxdAmount<T: UarteMap>: CRoReg {
    fn from_fields(map: CUarteRxdAmountFields<T>) -> Self;
fn into_fields(self) -> CUarteRxdAmountFields<T>;
fn amount(&self) -> &T::CUarteRxdAmountAmount; }

Required methods

fn from_fields(map: CUarteRxdAmountFields<T>) -> Self[src]

fn into_fields(self) -> CUarteRxdAmountFields<T>[src]

fn amount(&self) -> &T::CUarteRxdAmountAmount[src]

Loading content...

Implementors

Loading content...