[][src]Trait drone_stm32_map_periph_uart::UartRtorExt

pub trait UartRtorExt<T: UartRtor> {
    type UartRtorVal: Bitfield<Bits = u32>;
    type UUartRtor: UUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>;
    type SUartRtor: SUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>;
    type CUartRtor: CUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>;
}

Associated Types

type UartRtorVal: Bitfield<Bits = u32>

type UUartRtor: UUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>

type SUartRtor: SUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>

type CUartRtor: CUartRtor<T, Val = Self::UartRtorVal, UReg = Self::UUartRtor, SReg = Self::SUartRtor, CReg = Self::CUartRtor>

Loading content...

Implementors

Loading content...