[][src]Trait drone_stm32_map_periph_uart::UartCr2AbrenExt

pub trait UartCr2AbrenExt<T: UartMap>: UartCr2<T> {
    type UUartCr2Abren: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + URwRwRegFieldBitBand;
    type SUartCr2Abren: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + SRwRwRegFieldBitBand;
    type CUartCr2Abren: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Abren: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + URwRwRegFieldBitBand

type SUartCr2Abren: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + SRwRwRegFieldBitBand

type CUartCr2Abren: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abren, SRegField = Self::SUartCr2Abren, CRegField = Self::CUartCr2Abren> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2AbrenExt<Uart4> for Uart4[src]

type UUartCr2Abren = Abren<Urt>

type SUartCr2Abren = Abren<Srt>

type CUartCr2Abren = Abren<Crt>

impl UartCr2AbrenExt<Uart5> for Uart5[src]

type UUartCr2Abren = Abren<Urt>

type SUartCr2Abren = Abren<Srt>

type CUartCr2Abren = Abren<Crt>

impl UartCr2AbrenExt<Usart1> for Usart1[src]

type UUartCr2Abren = Abren<Urt>

type SUartCr2Abren = Abren<Srt>

type CUartCr2Abren = Abren<Crt>

impl UartCr2AbrenExt<Usart2> for Usart2[src]

type UUartCr2Abren = Abren<Urt>

type SUartCr2Abren = Abren<Srt>

type CUartCr2Abren = Abren<Crt>

impl UartCr2AbrenExt<Usart3> for Usart3[src]

type UUartCr2Abren = Abren<Urt>

type SUartCr2Abren = Abren<Srt>

type CUartCr2Abren = Abren<Crt>

Loading content...