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