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

impl UartGtprExt<Uart4> for Uart4[src]

type UartGtprVal = Val

type UUartGtpr = Reg<Urt>

type SUartGtpr = Reg<Srt>

type CUartGtpr = Reg<Crt>

impl UartGtprExt<Uart5> for Uart5[src]

type UartGtprVal = Val

type UUartGtpr = Reg<Urt>

type SUartGtpr = Reg<Srt>

type CUartGtpr = Reg<Crt>

impl UartGtprExt<Usart1> for Usart1[src]

type UartGtprVal = Val

type UUartGtpr = Reg<Urt>

type SUartGtpr = Reg<Srt>

type CUartGtpr = Reg<Crt>

impl UartGtprExt<Usart2> for Usart2[src]

type UartGtprVal = Val

type UUartGtpr = Reg<Urt>

type SUartGtpr = Reg<Srt>

type CUartGtpr = Reg<Crt>

impl UartGtprExt<Usart3> for Usart3[src]

type UartGtprVal = Val

type UUartGtpr = Reg<Urt>

type SUartGtpr = Reg<Srt>

type CUartGtpr = Reg<Crt>

Loading content...