[][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...

Implementations on Foreign Types

impl UI2CPecr<I2C1> for Reg<Urt>[src]

impl UI2CPecr<I2C2> for Reg<Urt>[src]

impl UI2CPecr<I2C3> for Reg<Urt>[src]

impl UI2CPecr<I2C4> for Reg<Urt>[src]

Loading content...

Implementors

Loading content...