[][src]Trait drone_stm32_map_periph_uart::UartIcrRtocfExt

pub trait UartIcrRtocfExt<T: UartMap>: UartIcr<T> {
    type UUartIcrRtocf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + UWoWoRegFieldBitBand;
    type SUartIcrRtocf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + SWoWoRegFieldBitBand;
    type CUartIcrRtocf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrRtocf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + UWoWoRegFieldBitBand

type SUartIcrRtocf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + SWoWoRegFieldBitBand

type CUartIcrRtocf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrRtocf, SRegField = Self::SUartIcrRtocf, CRegField = Self::CUartIcrRtocf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrRtocfExt<Uart4> for Uart4[src]

type UUartIcrRtocf = Rtocf<Urt>

type SUartIcrRtocf = Rtocf<Srt>

type CUartIcrRtocf = Rtocf<Crt>

impl UartIcrRtocfExt<Uart5> for Uart5[src]

type UUartIcrRtocf = Rtocf<Urt>

type SUartIcrRtocf = Rtocf<Srt>

type CUartIcrRtocf = Rtocf<Crt>

impl UartIcrRtocfExt<Usart1> for Usart1[src]

type UUartIcrRtocf = Rtocf<Urt>

type SUartIcrRtocf = Rtocf<Srt>

type CUartIcrRtocf = Rtocf<Crt>

impl UartIcrRtocfExt<Usart2> for Usart2[src]

type UUartIcrRtocf = Rtocf<Urt>

type SUartIcrRtocf = Rtocf<Srt>

type CUartIcrRtocf = Rtocf<Crt>

impl UartIcrRtocfExt<Usart3> for Usart3[src]

type UUartIcrRtocf = Rtocf<Urt>

type SUartIcrRtocf = Rtocf<Srt>

type CUartIcrRtocf = Rtocf<Crt>

Loading content...