Trait drone_nrf_map_periph_uarte::SUartePublishRxto[][src]

pub trait SUartePublishRxto<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePublishRxtoFields<T>) -> Self;
fn into_fields(self) -> SUartePublishRxtoFields<T>;
fn chidx(&self) -> &T::SUartePublishRxtoChidx;
fn en(&self) -> &T::SUartePublishRxtoEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...