[][src]Trait drone_stm32_map_periph_uart::UartIsrReack

pub trait UartIsrReack<T: UartMap>: UartIsr<T> {
    type UUartIsrReack: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + URoRoRegFieldBitBand;
    type SUartIsrReack: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + SRoRoRegFieldBitBand;
    type CUartIsrReack: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrReack: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + URoRoRegFieldBitBand

type SUartIsrReack: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + SRoRoRegFieldBitBand

type CUartIsrReack: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrReack, SRegField = Self::SUartIsrReack, CRegField = Self::CUartIsrReack> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...