[][src]Trait drone_stm32_map_periph_uart::UartIcrLbdcfExt

pub trait UartIcrLbdcfExt<T: UartMap>: UartIcr<T> {
    type UUartIcrLbdcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + UWoWoRegFieldBitBand;
    type SUartIcrLbdcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + SWoWoRegFieldBitBand;
    type CUartIcrLbdcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrLbdcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + UWoWoRegFieldBitBand

type SUartIcrLbdcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + SWoWoRegFieldBitBand

type CUartIcrLbdcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrLbdcf, SRegField = Self::SUartIcrLbdcf, CRegField = Self::CUartIcrLbdcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrLbdcfExt<Uart4> for Uart4[src]

type UUartIcrLbdcf = Lbdcf<Urt>

type SUartIcrLbdcf = Lbdcf<Srt>

type CUartIcrLbdcf = Lbdcf<Crt>

impl UartIcrLbdcfExt<Uart5> for Uart5[src]

type UUartIcrLbdcf = Lbdcf<Urt>

type SUartIcrLbdcf = Lbdcf<Srt>

type CUartIcrLbdcf = Lbdcf<Crt>

impl UartIcrLbdcfExt<Usart1> for Usart1[src]

type UUartIcrLbdcf = Lbdcf<Urt>

type SUartIcrLbdcf = Lbdcf<Srt>

type CUartIcrLbdcf = Lbdcf<Crt>

impl UartIcrLbdcfExt<Usart2> for Usart2[src]

type UUartIcrLbdcf = Lbdcf<Urt>

type SUartIcrLbdcf = Lbdcf<Srt>

type CUartIcrLbdcf = Lbdcf<Crt>

impl UartIcrLbdcfExt<Usart3> for Usart3[src]

type UUartIcrLbdcf = Lbdcf<Urt>

type SUartIcrLbdcf = Lbdcf<Srt>

type CUartIcrLbdcf = Lbdcf<Crt>

Loading content...