[][src]Trait drone_stm32_map_periph_uart::UartCr2LbclExt

pub trait UartCr2LbclExt<T: UartMap>: UartCr2<T> {
    type UUartCr2Lbcl: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + URwRwRegFieldBitBand;
    type SUartCr2Lbcl: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + SRwRwRegFieldBitBand;
    type CUartCr2Lbcl: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Lbcl: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + URwRwRegFieldBitBand

type SUartCr2Lbcl: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + SRwRwRegFieldBitBand

type CUartCr2Lbcl: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Lbcl, SRegField = Self::SUartCr2Lbcl, CRegField = Self::CUartCr2Lbcl> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2LbclExt<Uart4> for Uart4[src]

type UUartCr2Lbcl = Lbcl<Urt>

type SUartCr2Lbcl = Lbcl<Srt>

type CUartCr2Lbcl = Lbcl<Crt>

impl UartCr2LbclExt<Uart5> for Uart5[src]

type UUartCr2Lbcl = Lbcl<Urt>

type SUartCr2Lbcl = Lbcl<Srt>

type CUartCr2Lbcl = Lbcl<Crt>

impl UartCr2LbclExt<Usart1> for Usart1[src]

type UUartCr2Lbcl = Lbcl<Urt>

type SUartCr2Lbcl = Lbcl<Srt>

type CUartCr2Lbcl = Lbcl<Crt>

impl UartCr2LbclExt<Usart2> for Usart2[src]

type UUartCr2Lbcl = Lbcl<Urt>

type SUartCr2Lbcl = Lbcl<Srt>

type CUartCr2Lbcl = Lbcl<Crt>

impl UartCr2LbclExt<Usart3> for Usart3[src]

type UUartCr2Lbcl = Lbcl<Urt>

type SUartCr2Lbcl = Lbcl<Srt>

type CUartCr2Lbcl = Lbcl<Crt>

Loading content...