[][src]Trait drone_stm32_map_periph_i2c::UI2CTxdr

pub trait UI2CTxdr<T: I2CMap>: URwRegBitBand {
    fn from_fields(map: UI2CTxdrFields<T>) -> Self;
fn into_fields(self) -> UI2CTxdrFields<T>;
fn txdata(&self) -> &T::UI2CTxdrTxdata; }

Required methods

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

fn into_fields(self) -> UI2CTxdrFields<T>

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

Loading content...

Implementors

Loading content...