[][src]Trait drone_stm32_map_periph_uart::UartIsrRwu

pub trait UartIsrRwu<T: UartMap>: UartIsr<T> {
    type UUartIsrRwu: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + URoRoRegFieldBitBand;
    type SUartIsrRwu: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + SRoRoRegFieldBitBand;
    type CUartIsrRwu: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrRwu: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + URoRoRegFieldBitBand

type SUartIsrRwu: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + SRoRoRegFieldBitBand

type CUartIsrRwu: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrRwu, SRegField = Self::SUartIsrRwu, CRegField = Self::CUartIsrRwu> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrRwu<Lpuart1> for Lpuart1[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

impl UartIsrRwu<Uart4> for Uart4[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

impl UartIsrRwu<Uart5> for Uart5[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

impl UartIsrRwu<Usart1> for Usart1[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

impl UartIsrRwu<Usart2> for Usart2[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

impl UartIsrRwu<Usart3> for Usart3[src]

type UUartIsrRwu = Rwu<Urt>

type SUartIsrRwu = Rwu<Srt>

type CUartIsrRwu = Rwu<Crt>

Loading content...