pub trait UarteShorts<T: UarteMap> {
type UarteShortsVal: Bitfield<Bits = u32>;
type UUarteShorts: UUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
type SUarteShorts: SUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
type CUarteShorts: CUarteShorts<T, Val = Self::UarteShortsVal, UReg = Self::UUarteShorts, SReg = Self::SUarteShorts, CReg = Self::CUarteShorts>;
}
Loading content...Loading content...