pub trait UartePselTxd<T: UarteMap> {
type UartePselTxdVal: Bitfield<Bits = u32>;
type UUartePselTxd: UUartePselTxd<T, Val = Self::UartePselTxdVal, UReg = Self::UUartePselTxd, SReg = Self::SUartePselTxd, CReg = Self::CUartePselTxd>;
type SUartePselTxd: SUartePselTxd<T, Val = Self::UartePselTxdVal, UReg = Self::UUartePselTxd, SReg = Self::SUartePselTxd, CReg = Self::CUartePselTxd>;
type CUartePselTxd: CUartePselTxd<T, Val = Self::UartePselTxdVal, UReg = Self::UUartePselTxd, SReg = Self::SUartePselTxd, CReg = Self::CUartePselTxd>;
}
Loading content...Loading content...