[][src]Trait drone_stm32_map_periph_uart::UartIsrEobfExt

pub trait UartIsrEobfExt<T: UartMap>: UartIsr<T> {
    type UUartIsrEobf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + URoRoRegFieldBitBand;
    type SUartIsrEobf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + SRoRoRegFieldBitBand;
    type CUartIsrEobf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrEobf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + URoRoRegFieldBitBand

type SUartIsrEobf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + SRoRoRegFieldBitBand

type CUartIsrEobf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrEobf, SRegField = Self::SUartIsrEobf, CRegField = Self::CUartIsrEobf> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrEobfExt<Uart4> for Uart4[src]

type UUartIsrEobf = Eobf<Urt>

type SUartIsrEobf = Eobf<Srt>

type CUartIsrEobf = Eobf<Crt>

impl UartIsrEobfExt<Uart5> for Uart5[src]

type UUartIsrEobf = Eobf<Urt>

type SUartIsrEobf = Eobf<Srt>

type CUartIsrEobf = Eobf<Crt>

impl UartIsrEobfExt<Usart1> for Usart1[src]

type UUartIsrEobf = Eobf<Urt>

type SUartIsrEobf = Eobf<Srt>

type CUartIsrEobf = Eobf<Crt>

impl UartIsrEobfExt<Usart2> for Usart2[src]

type UUartIsrEobf = Eobf<Urt>

type SUartIsrEobf = Eobf<Srt>

type CUartIsrEobf = Eobf<Crt>

impl UartIsrEobfExt<Usart3> for Usart3[src]

type UUartIsrEobf = Eobf<Urt>

type SUartIsrEobf = Eobf<Srt>

type CUartIsrEobf = Eobf<Crt>

Loading content...