[][src]Trait drone_stm32_map_periph_uart::UartIcrCmcf

pub trait UartIcrCmcf<T: UartMap>: UartIcr<T> {
    type UUartIcrCmcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + UWoWoRegFieldBitBand;
    type SUartIcrCmcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + SWoWoRegFieldBitBand;
    type CUartIcrCmcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrCmcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + UWoWoRegFieldBitBand

type SUartIcrCmcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + SWoWoRegFieldBitBand

type CUartIcrCmcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrCmcf, SRegField = Self::SUartIcrCmcf, CRegField = Self::CUartIcrCmcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrCmcf<Lpuart1> for Lpuart1[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

impl UartIcrCmcf<Uart4> for Uart4[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

impl UartIcrCmcf<Uart5> for Uart5[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

impl UartIcrCmcf<Usart1> for Usart1[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

impl UartIcrCmcf<Usart2> for Usart2[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

impl UartIcrCmcf<Usart3> for Usart3[src]

type UUartIcrCmcf = Cmcf<Urt>

type SUartIcrCmcf = Cmcf<Srt>

type CUartIcrCmcf = Cmcf<Crt>

Loading content...