pub struct START_CMD_W<'a> { /* private fields */ }Expand description
Field START_CMD writer - Start command. Once command is served by the CIU, this bit is automatically cleared. When this bit is set, host should not attempt to write to any command registers. If a write is attempted, hardware lock error is set in raw interrupt register. Once command is sent and a response is received from SD_MMC_CEATA cards, Command Done bit is set in the raw interrupt Register.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for START_CMD_W<'a>
impl<'a> Send for START_CMD_W<'a>
impl<'a> Sync for START_CMD_W<'a>
impl<'a> Unpin for START_CMD_W<'a>
impl<'a> !UnwindSafe for START_CMD_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more