[][src]Trait drone_stm32_map_periph_i2c::UI2CIcr

pub trait UI2CIcr<T: I2CMap>: UWoRegBitBand {
    fn from_fields(map: UI2CIcrFields<T>) -> Self;
fn into_fields(self) -> UI2CIcrFields<T>;
fn addrcf(&self) -> &T::UI2CIcrAddrcf;
fn alertcf(&self) -> &T::UI2CIcrAlertcf;
fn arlocf(&self) -> &T::UI2CIcrArlocf;
fn berrcf(&self) -> &T::UI2CIcrBerrcf;
fn nackcf(&self) -> &T::UI2CIcrNackcf;
fn ovrcf(&self) -> &T::UI2CIcrOvrcf;
fn peccf(&self) -> &T::UI2CIcrPeccf;
fn stopcf(&self) -> &T::UI2CIcrStopcf;
fn timoutcf(&self) -> &T::UI2CIcrTimoutcf; }

Required methods

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

fn into_fields(self) -> UI2CIcrFields<T>

fn addrcf(&self) -> &T::UI2CIcrAddrcf

fn alertcf(&self) -> &T::UI2CIcrAlertcf

fn arlocf(&self) -> &T::UI2CIcrArlocf

fn berrcf(&self) -> &T::UI2CIcrBerrcf

fn nackcf(&self) -> &T::UI2CIcrNackcf

fn ovrcf(&self) -> &T::UI2CIcrOvrcf

fn peccf(&self) -> &T::UI2CIcrPeccf

fn stopcf(&self) -> &T::UI2CIcrStopcf

fn timoutcf(&self) -> &T::UI2CIcrTimoutcf

Loading content...

Implementors

Loading content...