pub struct SSI1 { /* private fields */ }Expand description
Synchronous Serial Interface with master and slave capabilities
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSI1
impl RefUnwindSafe for SSI1
impl !Sync for SSI1
impl Unpin for SSI1
impl UnwindSafe for SSI1
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