[][src]Trait drone_stm32_map_periph_uart::UartCr2

pub trait UartCr2<T: UartMap> {
    type UartCr2Val: Bitfield<Bits = u32>;
    type UUartCr2: UUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>;
    type SUartCr2: SUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>;
    type CUartCr2: CUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>;
}

Associated Types

type UartCr2Val: Bitfield<Bits = u32>

type UUartCr2: UUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>

type SUartCr2: SUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>

type CUartCr2: CUartCr2<T, Val = Self::UartCr2Val, UReg = Self::UUartCr2, SReg = Self::SUartCr2, CReg = Self::CUartCr2>

Loading content...

Implementors

Loading content...