[][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

Loading content...