pub trait UarteIntenCts<T: UarteMap>: UarteInten<T> {
type UUarteIntenCts: RegField<Urt, Reg = Self::UUarteInten, URegField = Self::UUarteIntenCts, SRegField = Self::SUarteIntenCts, CRegField = Self::CUarteIntenCts> + URwRwRegFieldBit;
type SUarteIntenCts: RegField<Srt, Reg = Self::SUarteInten, URegField = Self::UUarteIntenCts, SRegField = Self::SUarteIntenCts, CRegField = Self::CUarteIntenCts> + SRwRwRegFieldBit;
type CUarteIntenCts: RegField<Crt, Reg = Self::CUarteInten, URegField = Self::UUarteIntenCts, SRegField = Self::SUarteIntenCts, CRegField = Self::CUarteIntenCts> + CRwRwRegFieldBit;
}
Loading content...Loading content...