[][src]Trait drone_stm32_map_periph_i2c::I2CTxdr

pub trait I2CTxdr<T: I2CMap> {
    type I2CTxdrVal: Bitfield<Bits = u32>;
    type UI2CTxdr: UI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>;
    type SI2CTxdr: SI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>;
    type CI2CTxdr: CI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>;
}

Associated Types

type I2CTxdrVal: Bitfield<Bits = u32>

type UI2CTxdr: UI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>

type SI2CTxdr: SI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>

type CI2CTxdr: CI2CTxdr<T, Val = Self::I2CTxdrVal, UReg = Self::UI2CTxdr, SReg = Self::SI2CTxdr, CReg = Self::CI2CTxdr>

Loading content...

Implementors

Loading content...