[][src]Trait drone_stm32_map_periph_uart::UartIcrWucf

pub trait UartIcrWucf<T: UartMap>: UartIcr<T> {
    type UUartIcrWucf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + UWoWoRegFieldBitBand;
    type SUartIcrWucf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + SWoWoRegFieldBitBand;
    type CUartIcrWucf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrWucf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + UWoWoRegFieldBitBand

type SUartIcrWucf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + SWoWoRegFieldBitBand

type CUartIcrWucf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrWucf, SRegField = Self::SUartIcrWucf, CRegField = Self::CUartIcrWucf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrWucf<Lpuart1> for Lpuart1[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

impl UartIcrWucf<Uart4> for Uart4[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

impl UartIcrWucf<Uart5> for Uart5[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

impl UartIcrWucf<Usart1> for Usart1[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

impl UartIcrWucf<Usart2> for Usart2[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

impl UartIcrWucf<Usart3> for Usart3[src]

type UUartIcrWucf = Wucf<Urt>

type SUartIcrWucf = Wucf<Srt>

type CUartIcrWucf = Wucf<Crt>

Loading content...