[][src]Trait drone_stm32_map_periph_uart::UartIcrFecf

pub trait UartIcrFecf<T: UartMap>: UartIcr<T> {
    type UUartIcrFecf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + UWoWoRegFieldBitBand;
    type SUartIcrFecf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + SWoWoRegFieldBitBand;
    type CUartIcrFecf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrFecf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + UWoWoRegFieldBitBand

type SUartIcrFecf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + SWoWoRegFieldBitBand

type CUartIcrFecf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrFecf, SRegField = Self::SUartIcrFecf, CRegField = Self::CUartIcrFecf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrFecf<Lpuart1> for Lpuart1[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

impl UartIcrFecf<Uart4> for Uart4[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

impl UartIcrFecf<Uart5> for Uart5[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

impl UartIcrFecf<Usart1> for Usart1[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

impl UartIcrFecf<Usart2> for Usart2[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

impl UartIcrFecf<Usart3> for Usart3[src]

type UUartIcrFecf = Fecf<Urt>

type SUartIcrFecf = Fecf<Srt>

type CUartIcrFecf = Fecf<Crt>

Loading content...