pub struct I2cBusReady;
👎Deprecated since 0.19.0: Use
I2c::with_dma_channel
instead. You will have access to DMA-enabled embedded-hal
implementations.Expand description
Token type representing an I2c
for which the bus is
ready to start a transaction.
For use with send_with_dma
and
receive_with_dma
.
Auto Trait Implementations§
impl Freeze for I2cBusReady
impl RefUnwindSafe for I2cBusReady
impl Send for I2cBusReady
impl Sync for I2cBusReady
impl Unpin for I2cBusReady
impl UnwindSafe for I2cBusReady
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