Trait drone_nrf_map_periph_uarte::UarteEventsError[][src]

pub trait UarteEventsError<T: UarteMap> {
    type UarteEventsErrorVal: Bitfield<Bits = u32>;
    type UUarteEventsError: UUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>;
    type SUarteEventsError: SUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>;
    type CUarteEventsError: CUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>;
}

Associated Types

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

type UUarteEventsError: UUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>[src]

type SUarteEventsError: SUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>[src]

type CUarteEventsError: CUarteEventsError<T, Val = Self::UarteEventsErrorVal, UReg = Self::UUarteEventsError, SReg = Self::SUarteEventsError, CReg = Self::CUarteEventsError>[src]

Loading content...

Implementors

Loading content...