Trait drone_nrf_map_periph_uarte::CUartePublishNcts[][src]

pub trait CUartePublishNcts<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePublishNctsFields<T>) -> Self;
fn into_fields(self) -> CUartePublishNctsFields<T>;
fn chidx(&self) -> &T::CUartePublishNctsChidx;
fn en(&self) -> &T::CUartePublishNctsEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...