Trait drone_nrf_map_periph_uarte::UUartePublishError[][src]

pub trait UUartePublishError<T: UarteMap>: URwReg {
    fn from_fields(map: UUartePublishErrorFields<T>) -> Self;
fn into_fields(self) -> UUartePublishErrorFields<T>;
fn chidx(&self) -> &T::UUartePublishErrorChidx;
fn en(&self) -> &T::UUartePublishErrorEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...