Trait drone_nrf_map_periph_uarte::SUartePselRts[][src]

pub trait SUartePselRts<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePselRtsFields<T>) -> Self;
fn into_fields(self) -> SUartePselRtsFields<T>;
fn pin(&self) -> &T::SUartePselRtsPin;
fn connect(&self) -> &T::SUartePselRtsConnect; }

Required methods

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

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

fn pin(&self) -> &T::SUartePselRtsPin[src]

fn connect(&self) -> &T::SUartePselRtsConnect[src]

Loading content...

Implementors

Loading content...