pub trait UarteTxdPtr<T: UarteMap> {
type UarteTxdPtrVal: Bitfield<Bits = u32>;
type UUarteTxdPtr: UUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
type SUarteTxdPtr: SUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
type CUarteTxdPtr: CUarteTxdPtr<T, Val = Self::UarteTxdPtrVal, UReg = Self::UUarteTxdPtr, SReg = Self::SUarteTxdPtr, CReg = Self::CUarteTxdPtr>;
}
Loading content...Loading content...