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