pub struct SPIMSS { /* private fields */ }
Expand description
Serial Peripheral Interface.
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn data8(&self) -> &[Reg<DATA8_SPEC>; 2]
pub fn data8(&self) -> &[Reg<DATA8_SPEC>; 2]
0x00 - SPI Data 8-bit access
Sourcepub fn data16(&self) -> &Reg<DATA16_SPEC>
pub fn data16(&self) -> &Reg<DATA16_SPEC>
0x00 - SPI 16-bit Data Access
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPIMSS
impl RefUnwindSafe for SPIMSS
impl !Sync for SPIMSS
impl Unpin for SPIMSS
impl UnwindSafe for SPIMSS
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