pub trait UarteConfig<T: UarteMap> {
type UarteConfigVal: Bitfield<Bits = u32>;
type UUarteConfig: UUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
type SUarteConfig: SUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
type CUarteConfig: CUarteConfig<T, Val = Self::UarteConfigVal, UReg = Self::UUarteConfig, SReg = Self::SUarteConfig, CReg = Self::CUarteConfig>;
}
Loading content...Loading content...