Trait drone_nrf_map_periph_uarte::CUartePublishRxto[][src]

pub trait CUartePublishRxto<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePublishRxtoFields<T>) -> Self;
fn into_fields(self) -> CUartePublishRxtoFields<T>;
fn chidx(&self) -> &T::CUartePublishRxtoChidx;
fn en(&self) -> &T::CUartePublishRxtoEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...