Trait drone_nrf_map_periph_uarte::SUartePselTxd[][src]

pub trait SUartePselTxd<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePselTxdFields<T>) -> Self;
fn into_fields(self) -> SUartePselTxdFields<T>;
fn pin(&self) -> &T::SUartePselTxdPin;
fn connect(&self) -> &T::SUartePselTxdConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...