Struct capsules::virtual_i2c::MuxI2C [] [src]

pub struct MuxI2C<'a> {
    i2c: &'a I2CMaster,
    devices: List<'a, I2CDevice<'a>>,
    enabled: Cell<usize>,
    inflight: Cell<Option<&'a I2CDevice<'a>>>,
}

Fields

Methods

impl<'a> MuxI2C<'a>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> I2CHwMasterClient for MuxI2C<'a>
[src]

[src]

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