[][src]Trait drone_stm32_map_periph_uart::UartIsrFe

pub trait UartIsrFe<T: UartMap>: UartIsr<T> {
    type UUartIsrFe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + URoRoRegFieldBitBand;
    type SUartIsrFe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + SRoRoRegFieldBitBand;
    type CUartIsrFe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrFe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + URoRoRegFieldBitBand

type SUartIsrFe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + SRoRoRegFieldBitBand

type CUartIsrFe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrFe, SRegField = Self::SUartIsrFe, CRegField = Self::CUartIsrFe> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...