[][src]Trait drone_stm32_map_periph_i2c::SI2CTxdr

pub trait SI2CTxdr<T: I2CMap>: SRwRegBitBand {
    fn from_fields(map: SI2CTxdrFields<T>) -> Self;
fn into_fields(self) -> SI2CTxdrFields<T>;
fn txdata(&self) -> &T::SI2CTxdrTxdata; }

Required methods

fn from_fields(map: SI2CTxdrFields<T>) -> Self

fn into_fields(self) -> SI2CTxdrFields<T>

fn txdata(&self) -> &T::SI2CTxdrTxdata

Loading content...

Implementors

Loading content...