[][src]Trait drone_stm32_map_periph_uart::UartCr3Rtse

pub trait UartCr3Rtse<T: UartMap>: UartCr3<T> {
    type UUartCr3Rtse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + URwRwRegFieldBitBand;
    type SUartCr3Rtse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + SRwRwRegFieldBitBand;
    type CUartCr3Rtse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Rtse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + URwRwRegFieldBitBand

type SUartCr3Rtse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + SRwRwRegFieldBitBand

type CUartCr3Rtse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...