[][src]Trait drone_stm32_map_periph_uart::UartCr3Ctse

pub trait UartCr3Ctse<T: UartMap>: UartCr3<T> {
    type UUartCr3Ctse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + URwRwRegFieldBitBand;
    type SUartCr3Ctse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + SRwRwRegFieldBitBand;
    type CUartCr3Ctse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Ctse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + URwRwRegFieldBitBand

type SUartCr3Ctse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + SRwRwRegFieldBitBand

type CUartCr3Ctse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Ctse, SRegField = Self::SUartCr3Ctse, CRegField = Self::CUartCr3Ctse> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Ctse<Lpuart1> for Lpuart1[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

impl UartCr3Ctse<Uart4> for Uart4[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

impl UartCr3Ctse<Uart5> for Uart5[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

impl UartCr3Ctse<Usart1> for Usart1[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

impl UartCr3Ctse<Usart2> for Usart2[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

impl UartCr3Ctse<Usart3> for Usart3[src]

type UUartCr3Ctse = Ctse<Urt>

type SUartCr3Ctse = Ctse<Srt>

type CUartCr3Ctse = Ctse<Crt>

Loading content...