pub trait UartePselCts<T: UarteMap> {
type UartePselCtsVal: Bitfield<Bits = u32>;
type UUartePselCts: UUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
type SUartePselCts: SUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
type CUartePselCts: CUartePselCts<T, Val = Self::UartePselCtsVal, UReg = Self::UUartePselCts, SReg = Self::SUartePselCts, CReg = Self::CUartePselCts>;
}
Loading content...Loading content...