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

impl UartCr1<Lpuart1> for Lpuart1[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

impl UartCr1<Uart4> for Uart4[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

impl UartCr1<Uart5> for Uart5[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

impl UartCr1<Usart1> for Usart1[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

impl UartCr1<Usart2> for Usart2[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

impl UartCr1<Usart3> for Usart3[src]

type UartCr1Val = Val

type UUartCr1 = Reg<Urt>

type SUartCr1 = Reg<Srt>

type CUartCr1 = Reg<Crt>

Loading content...