Trait drone_nrf_map_periph_uarte::CUartePublishError[][src]

pub trait CUartePublishError<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePublishErrorFields<T>) -> Self;
fn into_fields(self) -> CUartePublishErrorFields<T>;
fn chidx(&self) -> &T::CUartePublishErrorChidx;
fn en(&self) -> &T::CUartePublishErrorEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...