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