pub struct BlockingI2c<I2C, SCL, SDA> { /* private fields */ }Expand description
embedded-hal compatible blocking I2C implementation
Implementations§
Source§impl<SCL, SDA> BlockingI2c<I2C1, SCL, SDA>
impl<SCL, SDA> BlockingI2c<I2C1, SCL, SDA>
Source§impl<SCL, SDA> BlockingI2c<I2C2, SCL, SDA>
impl<SCL, SDA> BlockingI2c<I2C2, SCL, SDA>
Source§impl<SCL, SDA> BlockingI2c<I2C3, SCL, SDA>
impl<SCL, SDA> BlockingI2c<I2C3, SCL, SDA>
Trait Implementations§
Source§impl<SCL, SDA> Read for BlockingI2c<I2C1, SCL, SDA>
impl<SCL, SDA> Read for BlockingI2c<I2C1, SCL, SDA>
Source§impl<SCL, SDA> Read for BlockingI2c<I2C2, SCL, SDA>
impl<SCL, SDA> Read for BlockingI2c<I2C2, SCL, SDA>
Source§impl<SCL, SDA> Read for BlockingI2c<I2C3, SCL, SDA>
impl<SCL, SDA> Read for BlockingI2c<I2C3, SCL, SDA>
Source§impl<SCL, SDA> Write for BlockingI2c<I2C1, SCL, SDA>
impl<SCL, SDA> Write for BlockingI2c<I2C1, SCL, SDA>
Source§impl<SCL, SDA> Write for BlockingI2c<I2C2, SCL, SDA>
impl<SCL, SDA> Write for BlockingI2c<I2C2, SCL, SDA>
Source§impl<SCL, SDA> Write for BlockingI2c<I2C3, SCL, SDA>
impl<SCL, SDA> Write for BlockingI2c<I2C3, SCL, SDA>
Source§impl<SCL, SDA> WriteRead for BlockingI2c<I2C1, SCL, SDA>
impl<SCL, SDA> WriteRead for BlockingI2c<I2C1, SCL, SDA>
Source§impl<SCL, SDA> WriteRead for BlockingI2c<I2C2, SCL, SDA>
impl<SCL, SDA> WriteRead for BlockingI2c<I2C2, SCL, SDA>
Source§impl<SCL, SDA> WriteRead for BlockingI2c<I2C3, SCL, SDA>
impl<SCL, SDA> WriteRead for BlockingI2c<I2C3, SCL, SDA>
Auto Trait Implementations§
impl<I2C, SCL, SDA> Freeze for BlockingI2c<I2C, SCL, SDA>
impl<I2C, SCL, SDA> RefUnwindSafe for BlockingI2c<I2C, SCL, SDA>
impl<I2C, SCL, SDA> Send for BlockingI2c<I2C, SCL, SDA>
impl<I2C, SCL, SDA> Sync for BlockingI2c<I2C, SCL, SDA>
impl<I2C, SCL, SDA> Unpin for BlockingI2c<I2C, SCL, SDA>
impl<I2C, SCL, SDA> UnwindSafe for BlockingI2c<I2C, SCL, SDA>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more