pub trait UarteIntenclrCts<T: UarteMap>: UarteIntenclr<T> {
type UUarteIntenclrCts: RegField<Urt, Reg = Self::UUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + URwRwRegFieldBit;
type SUarteIntenclrCts: RegField<Srt, Reg = Self::SUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + SRwRwRegFieldBit;
type CUarteIntenclrCts: RegField<Crt, Reg = Self::CUarteIntenclr, URegField = Self::UUarteIntenclrCts, SRegField = Self::SUarteIntenclrCts, CRegField = Self::CUarteIntenclrCts> + CRwRwRegFieldBit;
}
Loading content...Loading content...