pub struct SPI6 { /* private fields */ }
Expand description
SPI6
Implementations§
Trait Implementations§
Source§impl Deref for SPI6
impl Deref for SPI6
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl PinMiso<SPI6> for NoMiso
impl PinMiso<SPI6> for PG12<Alternate<AF5>>
impl PinMosi<SPI6> for NoMosi
impl PinMosi<SPI6> for PG14<Alternate<AF5>>
impl PinSck<SPI6> for NoSck
impl PinSck<SPI6> for PG13<Alternate<AF5>>
impl Send for SPI6
Auto Trait Implementations§
impl Freeze for SPI6
impl RefUnwindSafe for SPI6
impl !Sync for SPI6
impl Unpin for SPI6
impl UnwindSafe for SPI6
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