Trait drone_nrf_map_periph_uarte::CUartePselRts[][src]

pub trait CUartePselRts<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePselRtsFields<T>) -> Self;
fn into_fields(self) -> CUartePselRtsFields<T>;
fn pin(&self) -> &T::CUartePselRtsPin;
fn connect(&self) -> &T::CUartePselRtsConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...