Trait drone_nrf_map_periph_uarte::UartePselCts[][src]

pub trait UartePselCts<T: UarteMap> {
    type UartePselCtsVal: Bitfield<Bits = u32>;
    type UUartePselCts: UUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
    type SUartePselCts: SUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
    type CUartePselCts: CUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
}

Associated Types

type UartePselCtsVal: Bitfield<Bits = u32>[src]

type UUartePselCts: UUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>[src]

type SUartePselCts: SUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>[src]

type CUartePselCts: CUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>[src]

Loading content...

Implementors

Loading content...