Trait drone_nrf_map_periph_uarte::UarteErrorsrc[][src]

pub trait UarteErrorsrc<T: UarteMap> {
    type UarteErrorsrcVal: Bitfield<Bits = u32>;
    type UUarteErrorsrc: UUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>;
    type SUarteErrorsrc: SUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>;
    type CUarteErrorsrc: CUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>;
}

Associated Types

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

type UUarteErrorsrc: UUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>[src]

type SUarteErrorsrc: SUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>[src]

type CUarteErrorsrc: CUarteErrorsrc<T, Val = Self::UarteErrorsrcVal, UReg = Self::UUarteErrorsrc, SReg = Self::SUarteErrorsrc, CReg = Self::CUarteErrorsrc>[src]

Loading content...

Implementors

Loading content...