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