[][src]Trait drone_stm32_map_periph_uart::UartCr3

pub trait UartCr3<T: UartMap> {
    type UartCr3Val: Bitfield<Bits = u32>;
    type UUartCr3: UUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>;
    type SUartCr3: SUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>;
    type CUartCr3: CUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>;
}

Associated Types

type UartCr3Val: Bitfield<Bits = u32>

type UUartCr3: UUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>

type SUartCr3: SUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>

type CUartCr3: CUartCr3<T, Val = Self::UartCr3Val, UReg = Self::UUartCr3, SReg = Self::SUartCr3, CReg = Self::CUartCr3>

Loading content...

Implementors

Loading content...