[][src]Trait drone_stm32_map_periph_uart::UartIcrEobcfExt

pub trait UartIcrEobcfExt<T: UartMap>: UartIcr<T> {
    type UUartIcrEobcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + UWoWoRegFieldBitBand;
    type SUartIcrEobcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + SWoWoRegFieldBitBand;
    type CUartIcrEobcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrEobcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + UWoWoRegFieldBitBand

type SUartIcrEobcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + SWoWoRegFieldBitBand

type CUartIcrEobcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrEobcf, SRegField = Self::SUartIcrEobcf, CRegField = Self::CUartIcrEobcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrEobcfExt<Uart4> for Uart4[src]

type UUartIcrEobcf = Eobcf<Urt>

type SUartIcrEobcf = Eobcf<Srt>

type CUartIcrEobcf = Eobcf<Crt>

impl UartIcrEobcfExt<Uart5> for Uart5[src]

type UUartIcrEobcf = Eobcf<Urt>

type SUartIcrEobcf = Eobcf<Srt>

type CUartIcrEobcf = Eobcf<Crt>

impl UartIcrEobcfExt<Usart1> for Usart1[src]

type UUartIcrEobcf = Eobcf<Urt>

type SUartIcrEobcf = Eobcf<Srt>

type CUartIcrEobcf = Eobcf<Crt>

impl UartIcrEobcfExt<Usart2> for Usart2[src]

type UUartIcrEobcf = Eobcf<Urt>

type SUartIcrEobcf = Eobcf<Srt>

type CUartIcrEobcf = Eobcf<Crt>

impl UartIcrEobcfExt<Usart3> for Usart3[src]

type UUartIcrEobcf = Eobcf<Urt>

type SUartIcrEobcf = Eobcf<Srt>

type CUartIcrEobcf = Eobcf<Crt>

Loading content...