pub trait UarteEnable<T: UarteMap> {
type UarteEnableVal: Bitfield<Bits = u32>;
type UUarteEnable: UUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
type SUarteEnable: SUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
type CUarteEnable: CUarteEnable<T, Val = Self::UarteEnableVal, UReg = Self::UUarteEnable, SReg = Self::SUarteEnable, CReg = Self::CUarteEnable>;
}
Loading content...Loading content...