Trait drone_nrf_map_periph_uarte::CUartePselRxd[][src]

pub trait CUartePselRxd<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePselRxdFields<T>) -> Self;
fn into_fields(self) -> CUartePselRxdFields<T>;
fn pin(&self) -> &T::CUartePselRxdPin;
fn connect(&self) -> &T::CUartePselRxdConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...