[][src]Trait drone_stm32_map_periph_uart::UartIsrPe

pub trait UartIsrPe<T: UartMap>: UartIsr<T> {
    type UUartIsrPe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + URoRoRegFieldBitBand;
    type SUartIsrPe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + SRoRoRegFieldBitBand;
    type CUartIsrPe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrPe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + URoRoRegFieldBitBand

type SUartIsrPe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + SRoRoRegFieldBitBand

type CUartIsrPe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrPe, SRegField = Self::SUartIsrPe, CRegField = Self::CUartIsrPe> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...