Trait drone_nrf_map_periph_uarte::CUartePselCts[][src]

pub trait CUartePselCts<T: UarteMap>: CRwReg {
    fn from_fields(map: CUartePselCtsFields<T>) -> Self;
fn into_fields(self) -> CUartePselCtsFields<T>;
fn pin(&self) -> &T::CUartePselCtsPin;
fn connect(&self) -> &T::CUartePselCtsConnect; }

Required methods

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

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

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

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

Loading content...

Implementors

Loading content...