Trait drone_nrf_map_periph_uarte::UUartePselRxd[][src]

pub trait UUartePselRxd<T: UarteMap>: URwReg {
    fn from_fields(map: UUartePselRxdFields<T>) -> Self;
fn into_fields(self) -> UUartePselRxdFields<T>;
fn pin(&self) -> &T::UUartePselRxdPin;
fn connect(&self) -> &T::UUartePselRxdConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...