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