pub struct MSTIS_W<'a> { /* private fields */ }Expand description
Field MSTIS writer - Multi-Master Contention Interrupt Status. This bit field is not present if the SPI Master is configured as a serial-slave device.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MSTIS_W<'a>
impl<'a> RefUnwindSafe for MSTIS_W<'a>
impl<'a> Send for MSTIS_W<'a>
impl<'a> Sync for MSTIS_W<'a>
impl<'a> Unpin for MSTIS_W<'a>
impl<'a> !UnwindSafe for MSTIS_W<'a>
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