pub struct SPI_W6_R(/* private fields */);Expand description
Field spi_w6 reader - the data inside the buffer of the SPI module, word 6
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPI_W6_R
impl RefUnwindSafe for SPI_W6_R
impl Send for SPI_W6_R
impl Sync for SPI_W6_R
impl Unpin for SPI_W6_R
impl UnwindSafe for SPI_W6_R
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