pub trait UarteIntenset<T: UarteMap> {
type UarteIntensetVal: Bitfield<Bits = u32>;
type UUarteIntenset: UUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
type SUarteIntenset: SUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
type CUarteIntenset: CUarteIntenset<T, Val = Self::UarteIntensetVal, UReg = Self::UUarteIntenset, SReg = Self::SUarteIntenset, CReg = Self::CUarteIntenset>;
}
Loading content...Loading content...