[][src]Trait drone_stm32_map_periph_i2c::CI2CTxdr

pub trait CI2CTxdr<T: I2CMap>: CRwRegBitBand {
    fn from_fields(map: CI2CTxdrFields<T>) -> Self;
fn into_fields(self) -> CI2CTxdrFields<T>;
fn txdata(&self) -> &T::CI2CTxdrTxdata; }

Required methods

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

fn into_fields(self) -> CI2CTxdrFields<T>

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

Loading content...

Implementors

Loading content...