kernel::hil::i2c

Trait I2CMasterSlave

Source
pub trait I2CMasterSlave<'a>: I2CMaster<'a> + I2CSlave<'a> { }
Expand description

Convenience type for capsules that need hardware that supports both Master and Slave modes.

Implementorsยง