Trait drone_nrf_map_periph_uarte::UartePselRts[][src]

pub trait UartePselRts<T: UarteMap> {
    type UartePselRtsVal: Bitfield<Bits = u32>;
    type UUartePselRts: UUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
    type SUartePselRts: SUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
    type CUartePselRts: CUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
}

Associated Types

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

type UUartePselRts: UUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>[src]

type SUartePselRts: SUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>[src]

type CUartePselRts: CUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>[src]

Loading content...

Implementors

Loading content...