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