Trait drone_nrf_map_periph_uarte::SUartePselCts[][src]

pub trait SUartePselCts<T: UarteMap>: SRwReg {
    fn from_fields(map: SUartePselCtsFields<T>) -> Self;
fn into_fields(self) -> SUartePselCtsFields<T>;
fn pin(&self) -> &T::SUartePselCtsPin;
fn connect(&self) -> &T::SUartePselCtsConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...