[][src]Trait drone_stm32_map_periph_uart::UartIsrRtofExt

pub trait UartIsrRtofExt<T: UartMap>: UartIsr<T> {
    type UUartIsrRtof: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + URoRoRegFieldBitBand;
    type SUartIsrRtof: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + SRoRoRegFieldBitBand;
    type CUartIsrRtof: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrRtof: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + URoRoRegFieldBitBand

type SUartIsrRtof: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + SRoRoRegFieldBitBand

type CUartIsrRtof: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrRtof, SRegField = Self::SUartIsrRtof, CRegField = Self::CUartIsrRtof> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrRtofExt<Uart4> for Uart4[src]

type UUartIsrRtof = Rtof<Urt>

type SUartIsrRtof = Rtof<Srt>

type CUartIsrRtof = Rtof<Crt>

impl UartIsrRtofExt<Uart5> for Uart5[src]

type UUartIsrRtof = Rtof<Urt>

type SUartIsrRtof = Rtof<Srt>

type CUartIsrRtof = Rtof<Crt>

impl UartIsrRtofExt<Usart1> for Usart1[src]

type UUartIsrRtof = Rtof<Urt>

type SUartIsrRtof = Rtof<Srt>

type CUartIsrRtof = Rtof<Crt>

impl UartIsrRtofExt<Usart2> for Usart2[src]

type UUartIsrRtof = Rtof<Urt>

type SUartIsrRtof = Rtof<Srt>

type CUartIsrRtof = Rtof<Crt>

impl UartIsrRtofExt<Usart3> for Usart3[src]

type UUartIsrRtof = Rtof<Urt>

type SUartIsrRtof = Rtof<Srt>

type CUartIsrRtof = Rtof<Crt>

Loading content...