[][src]Trait drone_stm32_map_periph_i2c::UI2CPecr

pub trait UI2CPecr<T: I2CMap>: URoRegBitBand {
    fn from_fields(map: UI2CPecrFields<T>) -> Self;
fn into_fields(self) -> UI2CPecrFields<T>;
fn pec(&self) -> &T::UI2CPecrPec; }

Required methods

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

fn into_fields(self) -> UI2CPecrFields<T>

fn pec(&self) -> &T::UI2CPecrPec

Loading content...

Implementors

Loading content...