Trait drone_nrf_map_periph_uarte::CUartePublishCts[][src]

pub trait CUartePublishCts<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePublishCtsFields<T>) -> Self;
fn into_fields(self) -> CUartePublishCtsFields<T>;
fn chidx(&self) -> &T::CUartePublishCtsChidx;
fn en(&self) -> &T::CUartePublishCtsEn; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...