[][src]Trait drone_stm32_map_periph_uart::UartTdr

pub trait UartTdr<T: UartMap> {
    type UartTdrVal: Bitfield<Bits = u32>;
    type UUartTdr: UUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>;
    type SUartTdr: SUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>;
    type CUartTdr: CUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>;
}

Associated Types

type UartTdrVal: Bitfield<Bits = u32>

type UUartTdr: UUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>

type SUartTdr: SUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>

type CUartTdr: CUartTdr<T, Val = Self::UartTdrVal, UReg = Self::UUartTdr, SReg = Self::SUartTdr, CReg = Self::CUartTdr>

Loading content...

Implementors

Loading content...