[][src]Trait drone_stm32_map_periph_uart::UartIsrTc

pub trait UartIsrTc<T: UartMap>: UartIsr<T> {
    type UUartIsrTc: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + URoRoRegFieldBitBand;
    type SUartIsrTc: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + SRoRoRegFieldBitBand;
    type CUartIsrTc: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrTc: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + URoRoRegFieldBitBand

type SUartIsrTc: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + SRoRoRegFieldBitBand

type CUartIsrTc: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...