Trait drone_nrf_map_periph_uarte::UUartePublishEndtx[][src]

pub trait UUartePublishEndtx<T: UarteMap>: URwReg {
    fn from_fields(map: UUartePublishEndtxFields<T>) -> Self;
fn into_fields(self) -> UUartePublishEndtxFields<T>;
fn chidx(&self) -> &T::UUartePublishEndtxChidx;
fn en(&self) -> &T::UUartePublishEndtxEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...