pub struct CSMODE_W<'a> { /* private fields */ }
Expand description
Field CSMODE
writer - Chip Select Mode
Implementations
sourceimpl<'a> CSMODE_W<'a>
impl<'a> CSMODE_W<'a>
sourcepub fn noreload(self) -> &'a mut W
pub fn noreload(self) -> &'a mut W
The chip select is deasserted if TD has not been reloaded before the end of the current transfer.
sourcepub fn lastxfer(self) -> &'a mut W
pub fn lastxfer(self) -> &'a mut W
The chip select is deasserted when the bit LASTXFER is written at 1 and the character written in TD has been transferred.
sourcepub fn systematically(self) -> &'a mut W
pub fn systematically(self) -> &'a mut W
The chip select is deasserted systematically after each transfer.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CSMODE_W<'a>
impl<'a> Send for CSMODE_W<'a>
impl<'a> Sync for CSMODE_W<'a>
impl<'a> Unpin for CSMODE_W<'a>
impl<'a> !UnwindSafe for CSMODE_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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