[][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

impl UartIsrNf<Lpuart1> for Lpuart1[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

impl UartIsrNf<Uart4> for Uart4[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

impl UartIsrNf<Uart5> for Uart5[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

impl UartIsrNf<Usart1> for Usart1[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

impl UartIsrNf<Usart2> for Usart2[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

impl UartIsrNf<Usart3> for Usart3[src]

type UUartIsrNf = Nf<Urt>

type SUartIsrNf = Nf<Srt>

type CUartIsrNf = Nf<Crt>

Loading content...