pub struct SCI1 { /* private fields */ }Expand description
Serial Communication Interface 1
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCI1
impl RefUnwindSafe for SCI1
impl !Sync for SCI1
impl Unpin for SCI1
impl UnwindSafe for SCI1
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