[][src]Trait drone_stm32_map_periph_uart::UartCr3IrenExt

pub trait UartCr3IrenExt<T: UartMap>: UartCr3<T> {
    type UUartCr3Iren: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + URwRwRegFieldBitBand;
    type SUartCr3Iren: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + SRwRwRegFieldBitBand;
    type CUartCr3Iren: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Iren: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + URwRwRegFieldBitBand

type SUartCr3Iren: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + SRwRwRegFieldBitBand

type CUartCr3Iren: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Iren, SRegField = Self::SUartCr3Iren, CRegField = Self::CUartCr3Iren> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3IrenExt<Uart4> for Uart4[src]

type UUartCr3Iren = Iren<Urt>

type SUartCr3Iren = Iren<Srt>

type CUartCr3Iren = Iren<Crt>

impl UartCr3IrenExt<Uart5> for Uart5[src]

type UUartCr3Iren = Iren<Urt>

type SUartCr3Iren = Iren<Srt>

type CUartCr3Iren = Iren<Crt>

impl UartCr3IrenExt<Usart1> for Usart1[src]

type UUartCr3Iren = Iren<Urt>

type SUartCr3Iren = Iren<Srt>

type CUartCr3Iren = Iren<Crt>

impl UartCr3IrenExt<Usart2> for Usart2[src]

type UUartCr3Iren = Iren<Urt>

type SUartCr3Iren = Iren<Srt>

type CUartCr3Iren = Iren<Crt>

impl UartCr3IrenExt<Usart3> for Usart3[src]

type UUartCr3Iren = Iren<Urt>

type SUartCr3Iren = Iren<Srt>

type CUartCr3Iren = Iren<Crt>

Loading content...