pub struct CS_HOLD_W<'a> { /* private fields */ }
Expand description
Field CS_HOLD
writer - spi cs keep low when spi is in done phase. 1: enable 0: disable. Can be configured in CONF state.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CS_HOLD_W<'a>
impl<'a> Send for CS_HOLD_W<'a>
impl<'a> Sync for CS_HOLD_W<'a>
impl<'a> Unpin for CS_HOLD_W<'a>
impl<'a> !UnwindSafe for CS_HOLD_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