Struct zinc_hal_lpc11xx::ioregs::I2C_stat [] [src]

pub struct I2C_stat {
    // some fields omitted
}

Register STAT: I2C Status Register. During I2C operation, this register provides detailed status codes that allow software to determine the next action needed.

Methods

impl I2C_stat

fn get(&self) -> I2C_stat_Get

Fetch the value of the STAT register.

fn status(&self) -> u32

Get value of Status field.

Trait Implementations

impl Copy for I2C_stat

Derived Implementations

impl Clone for I2C_stat

fn clone(&self) -> I2C_stat

fn clone_from(&mut self, source: &Self)