[][src]Trait drone_stm32_map_periph_uart::UartIsrTc

pub trait UartIsrTc<T: UartMap>: UartIsr<T> {
    type UUartIsrTc: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + URoRoRegFieldBitBand;
    type SUartIsrTc: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + SRoRoRegFieldBitBand;
    type CUartIsrTc: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrTc: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + URoRoRegFieldBitBand

type SUartIsrTc: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + SRoRoRegFieldBitBand

type CUartIsrTc: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTc, SRegField = Self::SUartIsrTc, CRegField = Self::CUartIsrTc> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrTc<Lpuart1> for Lpuart1[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

impl UartIsrTc<Uart4> for Uart4[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

impl UartIsrTc<Uart5> for Uart5[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

impl UartIsrTc<Usart1> for Usart1[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

impl UartIsrTc<Usart2> for Usart2[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

impl UartIsrTc<Usart3> for Usart3[src]

type UUartIsrTc = Tc<Urt>

type SUartIsrTc = Tc<Srt>

type CUartIsrTc = Tc<Crt>

Loading content...