Struct imix::i2c_dummy::AccelClient [] [src]

struct AccelClient {
    state: Cell<AccelClientState>,
}

Fields

Trait Implementations

impl I2CHwMasterClient for AccelClient
[src]

[src]

Called when an I2C command completed. The error denotes whether the command completed successfully or if an error occured. Read more