Trait drone_nrf_map_periph_uarte::SUartePublishCts[][src]

pub trait SUartePublishCts<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePublishCtsFields<T>) -> Self;
fn into_fields(self) -> SUartePublishCtsFields<T>;
fn chidx(&self) -> &T::SUartePublishCtsChidx;
fn en(&self) -> &T::SUartePublishCtsEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...