Trait SUarteShorts
drone_nrf_map_periph_uarte
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; }
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