Trait CUarteShorts
drone_nrf_map_periph_uarte
pub trait CUarteShorts<T: UarteMap>: CRwReg { fn from_fields(map: CUarteShortsFields<T>) -> Self; fn into_fields(self) -> CUarteShortsFields<T>; fn endrx_startrx(&self) -> &T::CUarteShortsEndrxStartrx; fn endrx_stoprx(&self) -> &T::CUarteShortsEndrxStoprx; }
fn from_fields(map: CUarteShortsFields<T>) -> Self
fn into_fields(self) -> CUarteShortsFields<T>
fn endrx_startrx(&self) -> &T::CUarteShortsEndrxStartrx
fn endrx_stoprx(&self) -> &T::CUarteShortsEndrxStoprx