[][src]Trait drone_stm32_map_periph_i2c::SI2CPecr

pub trait SI2CPecr<T: I2CMap>: SRoRegBitBand {
    fn from_fields(map: SI2CPecrFields<T>) -> Self;
fn into_fields(self) -> SI2CPecrFields<T>;
fn pec(&self) -> &T::SI2CPecrPec; }

Required methods

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

fn into_fields(self) -> SI2CPecrFields<T>

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

Loading content...

Implementors

Loading content...