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