Trait drone_nrf_map_periph_uarte::SUartePselRxd[][src]

pub trait SUartePselRxd<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePselRxdFields<T>) -> Self;
fn into_fields(self) -> SUartePselRxdFields<T>;
fn pin(&self) -> &T::SUartePselRxdPin;
fn connect(&self) -> &T::SUartePselRxdConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...