[][src]Trait drone_stm32_map_periph_uart::UartCr1Ps

pub trait UartCr1Ps<T: UartMap>: UartCr1<T> {
    type UUartCr1Ps: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + URwRwRegFieldBitBand;
    type SUartCr1Ps: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + SRwRwRegFieldBitBand;
    type CUartCr1Ps: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Ps: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + URwRwRegFieldBitBand

type SUartCr1Ps: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + SRwRwRegFieldBitBand

type CUartCr1Ps: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Ps, SRegField = Self::SUartCr1Ps, CRegField = Self::CUartCr1Ps> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Ps<Lpuart1> for Lpuart1[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

impl UartCr1Ps<Uart4> for Uart4[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

impl UartCr1Ps<Uart5> for Uart5[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

impl UartCr1Ps<Usart1> for Usart1[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

impl UartCr1Ps<Usart2> for Usart2[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

impl UartCr1Ps<Usart3> for Usart3[src]

type UUartCr1Ps = Ps<Urt>

type SUartCr1Ps = Ps<Srt>

type CUartCr1Ps = Ps<Crt>

Loading content...