[][src]Trait drone_stm32_map_periph_uart::UartIsrAbreExt

pub trait UartIsrAbreExt<T: UartMap>: UartIsr<T> {
    type UUartIsrAbre: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + URoRoRegFieldBitBand;
    type SUartIsrAbre: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + SRoRoRegFieldBitBand;
    type CUartIsrAbre: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrAbre: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + URoRoRegFieldBitBand

type SUartIsrAbre: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + SRoRoRegFieldBitBand

type CUartIsrAbre: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrAbre, SRegField = Self::SUartIsrAbre, CRegField = Self::CUartIsrAbre> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrAbreExt<Uart4> for Uart4[src]

type UUartIsrAbre = Abre<Urt>

type SUartIsrAbre = Abre<Srt>

type CUartIsrAbre = Abre<Crt>

impl UartIsrAbreExt<Uart5> for Uart5[src]

type UUartIsrAbre = Abre<Urt>

type SUartIsrAbre = Abre<Srt>

type CUartIsrAbre = Abre<Crt>

impl UartIsrAbreExt<Usart1> for Usart1[src]

type UUartIsrAbre = Abre<Urt>

type SUartIsrAbre = Abre<Srt>

type CUartIsrAbre = Abre<Crt>

impl UartIsrAbreExt<Usart2> for Usart2[src]

type UUartIsrAbre = Abre<Urt>

type SUartIsrAbre = Abre<Srt>

type CUartIsrAbre = Abre<Crt>

impl UartIsrAbreExt<Usart3> for Usart3[src]

type UUartIsrAbre = Abre<Urt>

type SUartIsrAbre = Abre<Srt>

type CUartIsrAbre = Abre<Crt>

Loading content...