pub struct AnySpi(/* private fields */);Expand description
Any SPI peripheral.
Trait Implementations§
Source§impl Peripheral for AnySpi
impl Peripheral for AnySpi
impl InstanceDma for AnySpi
impl QspiInstance for AnySpi
Auto Trait Implementations§
impl Freeze for AnySpi
impl RefUnwindSafe for AnySpi
impl Send for AnySpi
impl Sync for AnySpi
impl Unpin for AnySpi
impl UnwindSafe for AnySpi
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