[][src]Trait drone_stm32_map_periph_uart::UartCr3Dep

pub trait UartCr3Dep<T: UartMap>: UartCr3<T> {
    type UUartCr3Dep: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + URwRwRegFieldBitBand;
    type SUartCr3Dep: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + SRwRwRegFieldBitBand;
    type CUartCr3Dep: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Dep: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + URwRwRegFieldBitBand

type SUartCr3Dep: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + SRwRwRegFieldBitBand

type CUartCr3Dep: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dep, SRegField = Self::SUartCr3Dep, CRegField = Self::CUartCr3Dep> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Dep<Lpuart1> for Lpuart1[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

impl UartCr3Dep<Uart4> for Uart4[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

impl UartCr3Dep<Uart5> for Uart5[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

impl UartCr3Dep<Usart1> for Usart1[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

impl UartCr3Dep<Usart2> for Usart2[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

impl UartCr3Dep<Usart3> for Usart3[src]

type UUartCr3Dep = Dep<Urt>

type SUartCr3Dep = Dep<Srt>

type CUartCr3Dep = Dep<Crt>

Loading content...