Trait kernel::hil::i2c::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§