[][src]Trait drone_stm32_map_periph_i2c::CI2CRxdr

pub trait CI2CRxdr<T: I2CMap>: CRoRegBitBand {
    fn from_fields(map: CI2CRxdrFields<T>) -> Self;
fn into_fields(self) -> CI2CRxdrFields<T>;
fn rxdata(&self) -> &T::CI2CRxdrRxdata; }

Required methods

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

fn into_fields(self) -> CI2CRxdrFields<T>

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

Loading content...

Implementors

Loading content...