[][src]Trait drone_stm32_map_periph_i2c::UI2CRxdr

pub trait UI2CRxdr<T: I2CMap>: URoRegBitBand {
    fn from_fields(map: UI2CRxdrFields<T>) -> Self;
fn into_fields(self) -> UI2CRxdrFields<T>;
fn rxdata(&self) -> &T::UI2CRxdrRxdata; }

Required methods

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

fn into_fields(self) -> UI2CRxdrFields<T>

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

Loading content...

Implementors

Loading content...