[][src]Trait drone_stm32_map_periph_i2c::SI2CRxdr

pub trait SI2CRxdr<T: I2CMap>: SRoRegBitBand {
    fn from_fields(map: SI2CRxdrFields<T>) -> Self;
fn into_fields(self) -> SI2CRxdrFields<T>;
fn rxdata(&self) -> &T::SI2CRxdrRxdata; }

Required methods

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

fn into_fields(self) -> SI2CRxdrFields<T>

fn rxdata(&self) -> &T::SI2CRxdrRxdata

Loading content...

Implementors

Loading content...