[][src]Trait drone_stm32_map_periph_uart::UartCr3IrlpExt

pub trait UartCr3IrlpExt<T: UartMap>: UartCr3<T> {
    type UUartCr3Irlp: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + URwRwRegFieldBitBand;
    type SUartCr3Irlp: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + SRwRwRegFieldBitBand;
    type CUartCr3Irlp: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Irlp: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + URwRwRegFieldBitBand

type SUartCr3Irlp: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + SRwRwRegFieldBitBand

type CUartCr3Irlp: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Irlp, SRegField = Self::SUartCr3Irlp, CRegField = Self::CUartCr3Irlp> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3IrlpExt<Uart4> for Uart4[src]

type UUartCr3Irlp = Irlp<Urt>

type SUartCr3Irlp = Irlp<Srt>

type CUartCr3Irlp = Irlp<Crt>

impl UartCr3IrlpExt<Uart5> for Uart5[src]

type UUartCr3Irlp = Irlp<Urt>

type SUartCr3Irlp = Irlp<Srt>

type CUartCr3Irlp = Irlp<Crt>

impl UartCr3IrlpExt<Usart1> for Usart1[src]

type UUartCr3Irlp = Irlp<Urt>

type SUartCr3Irlp = Irlp<Srt>

type CUartCr3Irlp = Irlp<Crt>

impl UartCr3IrlpExt<Usart2> for Usart2[src]

type UUartCr3Irlp = Irlp<Urt>

type SUartCr3Irlp = Irlp<Srt>

type CUartCr3Irlp = Irlp<Crt>

impl UartCr3IrlpExt<Usart3> for Usart3[src]

type UUartCr3Irlp = Irlp<Urt>

type SUartCr3Irlp = Irlp<Srt>

type CUartCr3Irlp = Irlp<Crt>

Loading content...