pub trait UarteEventsNcts<T: UarteMap> {
type UarteEventsNctsVal: Bitfield<Bits = u32>;
type UUarteEventsNcts: UUarteEventsNcts<T, Val = Self::UarteEventsNctsVal, UReg = Self::UUarteEventsNcts, SReg = Self::SUarteEventsNcts, CReg = Self::CUarteEventsNcts>;
type SUarteEventsNcts: SUarteEventsNcts<T, Val = Self::UarteEventsNctsVal, UReg = Self::UUarteEventsNcts, SReg = Self::SUarteEventsNcts, CReg = Self::CUarteEventsNcts>;
type CUarteEventsNcts: CUarteEventsNcts<T, Val = Self::UarteEventsNctsVal, UReg = Self::UUarteEventsNcts, SReg = Self::SUarteEventsNcts, CReg = Self::CUarteEventsNcts>;
}
Loading content...Loading content...