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

impl UartRtorExt<Uart4> for Uart4[src]

type UartRtorVal = Val

type UUartRtor = Reg<Urt>

type SUartRtor = Reg<Srt>

type CUartRtor = Reg<Crt>

impl UartRtorExt<Uart5> for Uart5[src]

type UartRtorVal = Val

type UUartRtor = Reg<Urt>

type SUartRtor = Reg<Srt>

type CUartRtor = Reg<Crt>

impl UartRtorExt<Usart1> for Usart1[src]

type UartRtorVal = Val

type UUartRtor = Reg<Urt>

type SUartRtor = Reg<Srt>

type CUartRtor = Reg<Crt>

impl UartRtorExt<Usart2> for Usart2[src]

type UartRtorVal = Val

type UUartRtor = Reg<Urt>

type SUartRtor = Reg<Srt>

type CUartRtor = Reg<Crt>

impl UartRtorExt<Usart3> for Usart3[src]

type UartRtorVal = Val

type UUartRtor = Reg<Urt>

type SUartRtor = Reg<Srt>

type CUartRtor = Reg<Crt>

Loading content...