Trait UUartePublishError
drone_nrf_map_periph_uarte
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; }
fn from_fields(map: UUartePublishErrorFields<T>) -> Self
fn into_fields(self) -> UUartePublishErrorFields<T>
fn chidx(&self) -> &T::UUartePublishErrorChidx
fn en(&self) -> &T::UUartePublishErrorEn