pub trait UarteIntenclr<T: UarteMap> {
type UarteIntenclrVal: Bitfield<Bits = u32>;
type UUarteIntenclr: UUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
type SUarteIntenclr: SUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
type CUarteIntenclr: CUarteIntenclr<T, Val = Self::UarteIntenclrVal, UReg = Self::UUarteIntenclr, SReg = Self::SUarteIntenclr, CReg = Self::CUarteIntenclr>;
}
Loading content...Loading content...