[][src]Trait drone_stm32_map_periph_i2c::CI2CPecr

pub trait CI2CPecr<T: I2CMap>: CRoRegBitBand {
    fn from_fields(map: CI2CPecrFields<T>) -> Self;
fn into_fields(self) -> CI2CPecrFields<T>;
fn pec(&self) -> &T::CI2CPecrPec; }

Required methods

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

fn into_fields(self) -> CI2CPecrFields<T>

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

Loading content...

Implementors

Loading content...