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

Loading content...