Trait drone_nrf_map_periph_uarte::UUarteSubscribeStoptx[][src]

pub trait UUarteSubscribeStoptx<T: UarteMap>: URwReg {
    fn from_fields(map: UUarteSubscribeStoptxFields<T>) -> Self;
fn into_fields(self) -> UUarteSubscribeStoptxFields<T>;
fn chidx(&self) -> &T::UUarteSubscribeStoptxChidx;
fn en(&self) -> &T::UUarteSubscribeStoptxEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...