[][src]Trait drone_stm32_map_periph_uart::UartIsrCtsif

pub trait UartIsrCtsif<T: UartMap>: UartIsr<T> {
    type UUartIsrCtsif: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + URoRoRegFieldBitBand;
    type SUartIsrCtsif: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + SRoRoRegFieldBitBand;
    type CUartIsrCtsif: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrCtsif: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + URoRoRegFieldBitBand

type SUartIsrCtsif: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + SRoRoRegFieldBitBand

type CUartIsrCtsif: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrCtsif, SRegField = Self::SUartIsrCtsif, CRegField = Self::CUartIsrCtsif> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrCtsif<Lpuart1> for Lpuart1[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

impl UartIsrCtsif<Uart4> for Uart4[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

impl UartIsrCtsif<Uart5> for Uart5[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

impl UartIsrCtsif<Usart1> for Usart1[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

impl UartIsrCtsif<Usart2> for Usart2[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

impl UartIsrCtsif<Usart3> for Usart3[src]

type UUartIsrCtsif = Ctsif<Urt>

type SUartIsrCtsif = Ctsif<Srt>

type CUartIsrCtsif = Ctsif<Crt>

Loading content...