Trait drone_nrf_map_periph_uarte::CUartePublishEndtx[][src]

pub trait CUartePublishEndtx<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePublishEndtxFields<T>) -> Self;
fn into_fields(self) -> CUartePublishEndtxFields<T>;
fn chidx(&self) -> &T::CUartePublishEndtxChidx;
fn en(&self) -> &T::CUartePublishEndtxEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...