pub trait UarteBaudrate<T: UarteMap> {
type UarteBaudrateVal: Bitfield<Bits = u32>;
type UUarteBaudrate: UUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
type SUarteBaudrate: SUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
type CUarteBaudrate: CUarteBaudrate<T, Val = Self::UarteBaudrateVal, UReg = Self::UUarteBaudrate, SReg = Self::SUarteBaudrate, CReg = Self::CUarteBaudrate>;
}
Loading content...Loading content...