pub trait UarteConfigStop<T: UarteMap>: UarteConfig<T> {
type UUarteConfigStop: RegField<Urt, Reg = Self::UUarteConfig, URegField = Self::UUarteConfigStop, SRegField = Self::SUarteConfigStop, CRegField = Self::CUarteConfigStop> + URwRwRegFieldBit;
type SUarteConfigStop: RegField<Srt, Reg = Self::SUarteConfig, URegField = Self::UUarteConfigStop, SRegField = Self::SUarteConfigStop, CRegField = Self::CUarteConfigStop> + SRwRwRegFieldBit;
type CUarteConfigStop: RegField<Crt, Reg = Self::CUarteConfig, URegField = Self::UUarteConfigStop, SRegField = Self::SUarteConfigStop, CRegField = Self::CUarteConfigStop> + CRwRwRegFieldBit;
}
Loading content...Loading content...