pub struct SSI_W<'a> { /* private fields */ }
Expand description
Write proxy for field SSI
Implementations§
Source§impl<'a> SSI_W<'a>
impl<'a> SSI_W<'a>
Sourcepub fn slave_selected(self) -> &'a mut W
pub fn slave_selected(self) -> &'a mut W
0 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Sourcepub fn slave_not_selected(self) -> &'a mut W
pub fn slave_not_selected(self) -> &'a mut W
1 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Auto Trait Implementations§
impl<'a> Freeze for SSI_W<'a>
impl<'a> !RefUnwindSafe for SSI_W<'a>
impl<'a> Send for SSI_W<'a>
impl<'a> !Sync for SSI_W<'a>
impl<'a> Unpin for SSI_W<'a>
impl<'a> !UnwindSafe for SSI_W<'a>
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