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>;
}
Loading content...Loading content...