Trait drone_nrf_map_periph_uarte::SUartePublishError[][src]

pub trait SUartePublishError<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePublishErrorFields<T>) -> Self;
fn into_fields(self) -> SUartePublishErrorFields<T>;
fn chidx(&self) -> &T::SUartePublishErrorChidx;
fn en(&self) -> &T::SUartePublishErrorEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...