pub trait UartePselRts<T: UarteMap> {
type UartePselRtsVal: Bitfield<Bits = u32>;
type UUartePselRts: UUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
type SUartePselRts: SUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
type CUartePselRts: CUartePselRts<T, Val = Self::UartePselRtsVal, UReg = Self::UUartePselRts, SReg = Self::SUartePselRts, CReg = Self::CUartePselRts>;
}
Loading content...Loading content...