Trait drone_nrf_map_periph_uarte::SUartePublishEndtx[][src]

pub trait SUartePublishEndtx<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePublishEndtxFields<T>) -> Self;
fn into_fields(self) -> SUartePublishEndtxFields<T>;
fn chidx(&self) -> &T::SUartePublishEndtxChidx;
fn en(&self) -> &T::SUartePublishEndtxEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...