[][src]Trait drone_stm32_map_periph_uart::UartIsrSbkf

pub trait UartIsrSbkf<T: UartMap>: UartIsr<T> {
    type UUartIsrSbkf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + URoRoRegFieldBitBand;
    type SUartIsrSbkf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + SRoRoRegFieldBitBand;
    type CUartIsrSbkf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrSbkf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + URoRoRegFieldBitBand

type SUartIsrSbkf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + SRoRoRegFieldBitBand

type CUartIsrSbkf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrSbkf, SRegField = Self::SUartIsrSbkf, CRegField = Self::CUartIsrSbkf> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrSbkf<Lpuart1> for Lpuart1[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

impl UartIsrSbkf<Uart4> for Uart4[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

impl UartIsrSbkf<Uart5> for Uart5[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

impl UartIsrSbkf<Usart1> for Usart1[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

impl UartIsrSbkf<Usart2> for Usart2[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

impl UartIsrSbkf<Usart3> for Usart3[src]

type UUartIsrSbkf = Sbkf<Urt>

type SUartIsrSbkf = Sbkf<Srt>

type CUartIsrSbkf = Sbkf<Crt>

Loading content...