Trait drone_nrf_map_periph_uarte::CUartePselTxd[][src]

pub trait CUartePselTxd<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePselTxdFields<T>) -> Self;
fn into_fields(self) -> CUartePselTxdFields<T>;
fn pin(&self) -> &T::CUartePselTxdPin;
fn connect(&self) -> &T::CUartePselTxdConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...