pub trait UarteTxdMaxcnt<T: UarteMap> {
type UarteTxdMaxcntVal: Bitfield<Bits = u32>;
type UUarteTxdMaxcnt: UUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
type SUarteTxdMaxcnt: SUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
type CUarteTxdMaxcnt: CUarteTxdMaxcnt<T, Val = Self::UarteTxdMaxcntVal, UReg = Self::UUarteTxdMaxcnt, SReg = Self::SUarteTxdMaxcnt, CReg = Self::CUarteTxdMaxcnt>;
}
Loading content...Loading content...