pub struct LPSPI1 { /* private fields */ }Expand description
LPSPI1 peripheral
Implementations§
Trait Implementations§
impl Copy for LPSPI1
impl PeripheralType for LPSPI1
Auto Trait Implementations§
impl Freeze for LPSPI1
impl RefUnwindSafe for LPSPI1
impl Send for LPSPI1
impl Sync for LPSPI1
impl Unpin for LPSPI1
impl UnwindSafe for LPSPI1
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