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

Loading content...