pub struct I2cMaster<PIO1, PIO2, I2C, PINS>{ /* private fields */ }
Expand description
I2C peripheral operating in master mode
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<PIO1, PIO2, I2C, PINS> Freeze for I2cMaster<PIO1, PIO2, I2C, PINS>
impl<PIO1, PIO2, I2C, PINS> RefUnwindSafe for I2cMaster<PIO1, PIO2, I2C, PINS>
impl<PIO1, PIO2, I2C, PINS> Send for I2cMaster<PIO1, PIO2, I2C, PINS>
impl<PIO1, PIO2, I2C, PINS> Sync for I2cMaster<PIO1, PIO2, I2C, PINS>
impl<PIO1, PIO2, I2C, PINS> Unpin for I2cMaster<PIO1, PIO2, I2C, PINS>
impl<PIO1, PIO2, I2C, PINS> UnwindSafe for I2cMaster<PIO1, PIO2, I2C, PINS>
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