pub struct SdioInterface<B: MmcBus> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<B: MmcBus> Interface for SdioInterface<B>
impl<B: MmcBus> Interface for SdioInterface<B>
Source§async fn wait_for_handshake(&mut self)
async fn wait_for_handshake(&mut self)
Wait for the ESP to indicate readiness for a new transaction.
Source§async fn wait_for_ready(&mut self)
async fn wait_for_ready(&mut self)
Wait for the ESP to indicate that it has data to send.
Auto Trait Implementations§
impl<B> Freeze for SdioInterface<B>where
B: Freeze,
impl<B> RefUnwindSafe for SdioInterface<B>where
B: RefUnwindSafe,
impl<B> Send for SdioInterface<B>where
B: Send,
impl<B> Sync for SdioInterface<B>where
B: Sync,
impl<B> Unpin for SdioInterface<B>where
B: Unpin,
impl<B> UnsafeUnpin for SdioInterface<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for SdioInterface<B>where
B: UnwindSafe,
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