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

impl I2CTxdr<I2C1> for I2C1[src]

type I2CTxdrVal = Val

type UI2CTxdr = Reg<Urt>

type SI2CTxdr = Reg<Srt>

type CI2CTxdr = Reg<Crt>

impl I2CTxdr<I2C2> for I2C2[src]

type I2CTxdrVal = Val

type UI2CTxdr = Reg<Urt>

type SI2CTxdr = Reg<Srt>

type CI2CTxdr = Reg<Crt>

impl I2CTxdr<I2C3> for I2C3[src]

type I2CTxdrVal = Val

type UI2CTxdr = Reg<Urt>

type SI2CTxdr = Reg<Srt>

type CI2CTxdr = Reg<Crt>

impl I2CTxdr<I2C4> for I2C4[src]

type I2CTxdrVal = Val

type UI2CTxdr = Reg<Urt>

type SI2CTxdr = Reg<Srt>

type CI2CTxdr = Reg<Crt>

Loading content...