Trait drone_nrf_map_periph_uarte::SUarteSubscribeStoptx[][src]

pub trait SUarteSubscribeStoptx<T: UarteMap>: SRwReg {
    fn from_fields(map: SUarteSubscribeStoptxFields<T>) -> Self;
fn into_fields(self) -> SUarteSubscribeStoptxFields<T>;
fn chidx(&self) -> &T::SUarteSubscribeStoptxChidx;
fn en(&self) -> &T::SUarteSubscribeStoptxEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...