pub trait UarteTxdAmount<T: UarteMap> {
type UarteTxdAmountVal: Bitfield<Bits = u32>;
type UUarteTxdAmount: UUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
type SUarteTxdAmount: SUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
type CUarteTxdAmount: CUarteTxdAmount<T, Val = Self::UarteTxdAmountVal, UReg = Self::UUarteTxdAmount, SReg = Self::SUarteTxdAmount, CReg = Self::CUarteTxdAmount>;
}
Loading content...Loading content...