[][src]Trait drone_stm32_map_periph_uart::UartIsrNf

pub trait UartIsrNf<T: UartMap>: UartIsr<T> {
    type UUartIsrNf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + URoRoRegFieldBitBand;
    type SUartIsrNf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + SRoRoRegFieldBitBand;
    type CUartIsrNf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrNf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + URoRoRegFieldBitBand

type SUartIsrNf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + SRoRoRegFieldBitBand

type CUartIsrNf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrNf, SRegField = Self::SUartIsrNf, CRegField = Self::CUartIsrNf> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...