Struct lpc13xx::i2c::STAT [] [src]

pub struct STAT { /* fields omitted */ }

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

Methods

impl STAT
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for STAT

impl !Sync for STAT