[][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

impl UartCr2<Lpuart1> for Lpuart1[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

impl UartCr2<Uart4> for Uart4[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

impl UartCr2<Uart5> for Uart5[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

impl UartCr2<Usart1> for Usart1[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

impl UartCr2<Usart2> for Usart2[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

impl UartCr2<Usart3> for Usart3[src]

type UartCr2Val = Val

type UUartCr2 = Reg<Urt>

type SUartCr2 = Reg<Srt>

type CUartCr2 = Reg<Crt>

Loading content...