[][src]Trait drone_stm32_map_periph_uart::UartIcrNcf

pub trait UartIcrNcf<T: UartMap>: UartIcr<T> {
    type UUartIcrNcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + UWoWoRegFieldBitBand;
    type SUartIcrNcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + SWoWoRegFieldBitBand;
    type CUartIcrNcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrNcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + UWoWoRegFieldBitBand

type SUartIcrNcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + SWoWoRegFieldBitBand

type CUartIcrNcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

Loading content...