[][src]Trait drone_stm32_map_periph_i2c::I2CRxdr

pub trait I2CRxdr<T: I2CMap> {
    type I2CRxdrVal: Bitfield<Bits = u32>;
    type UI2CRxdr: UI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>;
    type SI2CRxdr: SI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>;
    type CI2CRxdr: CI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>;
}

Associated Types

type I2CRxdrVal: Bitfield<Bits = u32>

type UI2CRxdr: UI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>

type SI2CRxdr: SI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>

type CI2CRxdr: CI2CRxdr<T, Val = Self::I2CRxdrVal, UReg = Self::UI2CRxdr, SReg = Self::SI2CRxdr, CReg = Self::CI2CRxdr>

Loading content...

Implementors

impl I2CRxdr<I2C1> for I2C1[src]

type I2CRxdrVal = Val

type UI2CRxdr = Reg<Urt>

type SI2CRxdr = Reg<Srt>

type CI2CRxdr = Reg<Crt>

impl I2CRxdr<I2C2> for I2C2[src]

type I2CRxdrVal = Val

type UI2CRxdr = Reg<Urt>

type SI2CRxdr = Reg<Srt>

type CI2CRxdr = Reg<Crt>

impl I2CRxdr<I2C3> for I2C3[src]

type I2CRxdrVal = Val

type UI2CRxdr = Reg<Urt>

type SI2CRxdr = Reg<Srt>

type CI2CRxdr = Reg<Crt>

impl I2CRxdr<I2C4> for I2C4[src]

type I2CRxdrVal = Val

type UI2CRxdr = Reg<Urt>

type SI2CRxdr = Reg<Srt>

type CI2CRxdr = Reg<Crt>

Loading content...