[][src]Trait drone_stm32_map_periph_uart::UartIsrLbdfExt

pub trait UartIsrLbdfExt<T: UartMap>: UartIsr<T> {
    type UUartIsrLbdf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + URoRoRegFieldBitBand;
    type SUartIsrLbdf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + SRoRoRegFieldBitBand;
    type CUartIsrLbdf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrLbdf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + URoRoRegFieldBitBand

type SUartIsrLbdf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + SRoRoRegFieldBitBand

type CUartIsrLbdf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrLbdf, SRegField = Self::SUartIsrLbdf, CRegField = Self::CUartIsrLbdf> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrLbdfExt<Uart4> for Uart4[src]

type UUartIsrLbdf = Lbdf<Urt>

type SUartIsrLbdf = Lbdf<Srt>

type CUartIsrLbdf = Lbdf<Crt>

impl UartIsrLbdfExt<Uart5> for Uart5[src]

type UUartIsrLbdf = Lbdf<Urt>

type SUartIsrLbdf = Lbdf<Srt>

type CUartIsrLbdf = Lbdf<Crt>

impl UartIsrLbdfExt<Usart1> for Usart1[src]

type UUartIsrLbdf = Lbdf<Urt>

type SUartIsrLbdf = Lbdf<Srt>

type CUartIsrLbdf = Lbdf<Crt>

impl UartIsrLbdfExt<Usart2> for Usart2[src]

type UUartIsrLbdf = Lbdf<Urt>

type SUartIsrLbdf = Lbdf<Srt>

type CUartIsrLbdf = Lbdf<Crt>

impl UartIsrLbdfExt<Usart3> for Usart3[src]

type UUartIsrLbdf = Lbdf<Urt>

type SUartIsrLbdf = Lbdf<Srt>

type CUartIsrLbdf = Lbdf<Crt>

Loading content...