[][src]Trait drone_stm32_map_periph_uart::UartGtprExt

pub trait UartGtprExt<T: UartGtpr> {
    type UartGtprVal: Bitfield<Bits = u32>;
    type UUartGtpr: UUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>;
    type SUartGtpr: SUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>;
    type CUartGtpr: CUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>;
}

Associated Types

type UartGtprVal: Bitfield<Bits = u32>

type UUartGtpr: UUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>

type SUartGtpr: SUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>

type CUartGtpr: CUartGtpr<T, Val = Self::UartGtprVal, UReg = Self::UUartGtpr, SReg = Self::SUartGtpr, CReg = Self::CUartGtpr>

Loading content...

Implementors

Loading content...