pub trait UartePselRxd<T: UarteMap> {
type UartePselRxdVal: Bitfield<Bits = u32>;
type UUartePselRxd: UUartePselRxd<T, Val = Self::UartePselRxdVal, UReg = Self::UUartePselRxd, SReg = Self::SUartePselRxd, CReg = Self::CUartePselRxd>;
type SUartePselRxd: SUartePselRxd<T, Val = Self::UartePselRxdVal, UReg = Self::UUartePselRxd, SReg = Self::SUartePselRxd, CReg = Self::CUartePselRxd>;
type CUartePselRxd: CUartePselRxd<T, Val = Self::UartePselRxdVal, UReg = Self::UUartePselRxd, SReg = Self::SUartePselRxd, CReg = Self::CUartePselRxd>;
}
Loading content...Loading content...