[][src]Trait drone_stm32_map_periph_uart::UartCr1

pub trait UartCr1<T: UartMap> {
    type UartCr1Val: Bitfield<Bits = u32>;
    type UUartCr1: UUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>;
    type SUartCr1: SUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>;
    type CUartCr1: CUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>;
}

Associated Types

type UartCr1Val: Bitfield<Bits = u32>

type UUartCr1: UUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>

type SUartCr1: SUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>

type CUartCr1: CUartCr1<T, Val = Self::UartCr1Val, UReg = Self::UUartCr1, SReg = Self::SUartCr1, CReg = Self::CUartCr1>

Loading content...

Implementors

Loading content...