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