Trait drone_nrf_map_periph_uarte::UUartePublishRxto[][src]

pub trait UUartePublishRxto<T: UarteMap>: URwReg {
    fn from_fields(map: UUartePublishRxtoFields<T>) -> Self;
fn into_fields(self) -> UUartePublishRxtoFields<T>;
fn chidx(&self) -> &T::UUartePublishRxtoChidx;
fn en(&self) -> &T::UUartePublishRxtoEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...