[][src]Trait drone_stm32_map_periph_uart::UartIcrOrecf

pub trait UartIcrOrecf<T: UartMap>: UartIcr<T> {
    type UUartIcrOrecf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + UWoWoRegFieldBitBand;
    type SUartIcrOrecf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + SWoWoRegFieldBitBand;
    type CUartIcrOrecf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrOrecf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + UWoWoRegFieldBitBand

type SUartIcrOrecf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + SWoWoRegFieldBitBand

type CUartIcrOrecf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrOrecf, SRegField = Self::SUartIcrOrecf, CRegField = Self::CUartIcrOrecf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrOrecf<Lpuart1> for Lpuart1[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

impl UartIcrOrecf<Uart4> for Uart4[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

impl UartIcrOrecf<Uart5> for Uart5[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

impl UartIcrOrecf<Usart1> for Usart1[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

impl UartIcrOrecf<Usart2> for Usart2[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

impl UartIcrOrecf<Usart3> for Usart3[src]

type UUartIcrOrecf = Orecf<Urt>

type SUartIcrOrecf = Orecf<Srt>

type CUartIcrOrecf = Orecf<Crt>

Loading content...