pub struct R(_);
Expand description
Register MISC
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi_swap(&self) -> SPI_SWAP_R
pub fn spi_swap(&self) -> SPI_SWAP_R
Bit 31
Methods from Deref<Target = R<MISC_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more