[][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

Loading content...