Trait drone_nrf_map_periph_uarte::SUartePublishNcts[][src]

pub trait SUartePublishNcts<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePublishNctsFields<T>) -> Self;
fn into_fields(self) -> SUartePublishNctsFields<T>;
fn chidx(&self) -> &T::SUartePublishNctsChidx;
fn en(&self) -> &T::SUartePublishNctsEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...