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§

impl<'a, M: I2CMaster<'a>, S: I2CSlave<'a>> I2CMasterSlave<'a> for I2CMasterSlaveCombo<'a, M, S>

impl<'a> I2CMasterSlave<'a> for TWI<'a>