Trait drone_nrf_map_periph_uarte::UUarteSubscribeStarttx[][src]

pub trait UUarteSubscribeStarttx<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteSubscribeStarttxFields<T>) -> Self;
fn into_fields(self) -> UUarteSubscribeStarttxFields<T>;
fn chidx(&self) -> &T::UUarteSubscribeStarttxChidx;
fn en(&self) -> &T::UUarteSubscribeStarttxEn; }

Required methods

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

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

fn chidx(&self) -> &T::UUarteSubscribeStarttxChidx[src]

fn en(&self) -> &T::UUarteSubscribeStarttxEn[src]

Loading content...

Implementors

Loading content...