Trait drone_nrf_map_periph_uarte::SUarteShorts[][src]

pub trait SUarteShorts<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteShortsFields<T>) -> Self;
fn into_fields(self) -> SUarteShortsFields<T>;
fn endrx_startrx(&self) -> &T::SUarteShortsEndrxStartrx;
fn endrx_stoprx(&self) -> &T::SUarteShortsEndrxStoprx; }

Required methods

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

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

fn endrx_startrx(&self) -> &T::SUarteShortsEndrxStartrx[src]

fn endrx_stoprx(&self) -> &T::SUarteShortsEndrxStoprx[src]

Loading content...

Implementors

Loading content...