[][src]Trait drone_stm32_map_periph_i2c::CI2COar1

pub trait CI2COar1<T: I2CMap>: CRwRegBitBand {
    fn from_fields(map: CI2COar1Fields<T>) -> Self;
fn into_fields(self) -> CI2COar1Fields<T>;
fn oa1en(&self) -> &T::CI2COar1Oa1En;
fn oa1mode(&self) -> &T::CI2COar1Oa1Mode;
fn oa1(&self) -> &T::CI2COar1Oa1; }

Required methods

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

fn into_fields(self) -> CI2COar1Fields<T>

fn oa1en(&self) -> &T::CI2COar1Oa1En

fn oa1mode(&self) -> &T::CI2COar1Oa1Mode

fn oa1(&self) -> &T::CI2COar1Oa1

Loading content...

Implementations on Foreign Types

impl CI2COar1<I2C1> for Reg<Crt>[src]

impl CI2COar1<I2C2> for Reg<Crt>[src]

impl CI2COar1<I2C3> for Reg<Crt>[src]

impl CI2COar1<I2C4> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...