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