[][src]Trait drone_stm32_map_periph_uart::UartIsrTeack

pub trait UartIsrTeack<T: UartMap>: UartIsr<T> {
    type UUartIsrTeack: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + URoRoRegFieldBitBand;
    type SUartIsrTeack: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + SRoRoRegFieldBitBand;
    type CUartIsrTeack: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrTeack: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + URoRoRegFieldBitBand

type SUartIsrTeack: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + SRoRoRegFieldBitBand

type CUartIsrTeack: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTeack, SRegField = Self::SUartIsrTeack, CRegField = Self::CUartIsrTeack> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...